tor-browser

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

idlharness.window.js.ini (2692B)


      1 [idlharness.window.html]
      2  [RemotePlayback interface: existence and properties of interface object]
      3    expected: FAIL
      4 
      5  [RemotePlayback interface object length]
      6    expected: FAIL
      7 
      8  [RemotePlayback interface object name]
      9    expected: FAIL
     10 
     11  [RemotePlayback interface: existence and properties of interface prototype object]
     12    expected: FAIL
     13 
     14  [RemotePlayback interface: existence and properties of interface prototype object's "constructor" property]
     15    expected: FAIL
     16 
     17  [RemotePlayback interface: existence and properties of interface prototype object's @@unscopables property]
     18    expected: FAIL
     19 
     20  [RemotePlayback interface: operation watchAvailability(RemotePlaybackAvailabilityCallback)]
     21    expected: FAIL
     22 
     23  [RemotePlayback interface: attribute state]
     24    expected: FAIL
     25 
     26  [RemotePlayback interface: attribute onconnecting]
     27    expected: FAIL
     28 
     29  [RemotePlayback interface: attribute onconnect]
     30    expected: FAIL
     31 
     32  [RemotePlayback interface: attribute ondisconnect]
     33    expected: FAIL
     34 
     35  [RemotePlayback interface: operation prompt()]
     36    expected: FAIL
     37 
     38  [RemotePlayback must be primary interface of media.remote]
     39    expected: FAIL
     40 
     41  [Stringification of media.remote]
     42    expected: FAIL
     43 
     44  [RemotePlayback interface: media.remote must inherit property "watchAvailability(RemotePlaybackAvailabilityCallback)" with the proper type]
     45    expected: FAIL
     46 
     47  [RemotePlayback interface: calling watchAvailability(RemotePlaybackAvailabilityCallback) on media.remote with too few arguments must throw TypeError]
     48    expected: FAIL
     49 
     50  [RemotePlayback interface: media.remote must inherit property "state" with the proper type]
     51    expected: FAIL
     52 
     53  [RemotePlayback interface: media.remote must inherit property "onconnecting" with the proper type]
     54    expected: FAIL
     55 
     56  [RemotePlayback interface: media.remote must inherit property "onconnect" with the proper type]
     57    expected: FAIL
     58 
     59  [RemotePlayback interface: media.remote must inherit property "ondisconnect" with the proper type]
     60    expected: FAIL
     61 
     62  [RemotePlayback interface: media.remote must inherit property "prompt()" with the proper type]
     63    expected: FAIL
     64 
     65  [HTMLMediaElement interface: attribute remote]
     66    expected: FAIL
     67 
     68  [HTMLMediaElement interface: attribute disableRemotePlayback]
     69    expected: FAIL
     70 
     71  [RemotePlayback interface: calling cancelWatchAvailability(optional long) on media.remote with too few arguments must throw TypeError]
     72    expected: FAIL
     73 
     74  [RemotePlayback interface: operation cancelWatchAvailability(optional long)]
     75    expected: FAIL
     76 
     77  [RemotePlayback interface: media.remote must inherit property "cancelWatchAvailability(optional long)" with the proper type]
     78    expected: FAIL