tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.window.js.ini (2197B)


      1 [idlharness.window.html]
      2  [MediaSession interface: operation setMicrophoneActive(boolean)]
      3    expected: FAIL
      4 
      5  [MediaSession interface: operation setCameraActive(boolean)]
      6    expected: FAIL
      7 
      8  [MediaSession interface: navigator.mediaSession must inherit property "setMicrophoneActive(boolean)" with the proper type]
      9    expected: FAIL
     10 
     11  [MediaSession interface: calling setMicrophoneActive(boolean) on navigator.mediaSession with too few arguments must throw TypeError]
     12    expected: FAIL
     13 
     14  [MediaSession interface: navigator.mediaSession must inherit property "setCameraActive(boolean)" with the proper type]
     15    expected: FAIL
     16 
     17  [MediaSession interface: calling setCameraActive(boolean) on navigator.mediaSession with too few arguments must throw TypeError]
     18    expected: FAIL
     19 
     20  [MediaMetadata interface: attribute chapterInfo]
     21    expected: FAIL
     22 
     23  [MediaMetadata interface: new MediaMetadata() must inherit property "chapterInfo" with the proper type]
     24    expected: FAIL
     25 
     26  [ChapterInformation interface: existence and properties of interface object]
     27    expected: FAIL
     28 
     29  [ChapterInformation interface object length]
     30    expected: FAIL
     31 
     32  [ChapterInformation interface object name]
     33    expected: FAIL
     34 
     35  [ChapterInformation interface: existence and properties of interface prototype object]
     36    expected: FAIL
     37 
     38  [ChapterInformation interface: existence and properties of interface prototype object's "constructor" property]
     39    expected: FAIL
     40 
     41  [ChapterInformation interface: existence and properties of interface prototype object's @@unscopables property]
     42    expected: FAIL
     43 
     44  [ChapterInformation interface: attribute title]
     45    expected: FAIL
     46 
     47  [ChapterInformation interface: attribute startTime]
     48    expected: FAIL
     49 
     50  [ChapterInformation interface: attribute artwork]
     51    expected: FAIL
     52 
     53  [MediaSession interface: operation setScreenshareActive(boolean)]
     54    expected: FAIL
     55 
     56  [MediaSession interface: navigator.mediaSession must inherit property "setScreenshareActive(boolean)" with the proper type]
     57    expected: FAIL
     58 
     59  [MediaSession interface: calling setScreenshareActive(boolean) on navigator.mediaSession with too few arguments must throw TypeError]
     60    expected: FAIL