tor-browser

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

idlharness.any.js.ini (2596B)


      1 [idlharness.any.worker.html]
      2  [MediaStreamTrackProcessor interface: existence and properties of interface object]
      3    expected: FAIL
      4 
      5  [MediaStreamTrackProcessor interface object length]
      6    expected: FAIL
      7 
      8  [MediaStreamTrackProcessor interface object name]
      9    expected: FAIL
     10 
     11  [MediaStreamTrackProcessor interface: existence and properties of interface prototype object]
     12    expected: FAIL
     13 
     14  [MediaStreamTrackProcessor interface: existence and properties of interface prototype object's "constructor" property]
     15    expected: FAIL
     16 
     17  [MediaStreamTrackProcessor interface: existence and properties of interface prototype object's @@unscopables property]
     18    expected: FAIL
     19 
     20  [MediaStreamTrackProcessor interface: attribute readable]
     21    expected: FAIL
     22 
     23  [VideoTrackGenerator interface: existence and properties of interface object]
     24    expected: FAIL
     25 
     26  [VideoTrackGenerator interface object length]
     27    expected: FAIL
     28 
     29  [VideoTrackGenerator interface object name]
     30    expected: FAIL
     31 
     32  [VideoTrackGenerator interface: existence and properties of interface prototype object]
     33    expected: FAIL
     34 
     35  [VideoTrackGenerator interface: existence and properties of interface prototype object's "constructor" property]
     36    expected: FAIL
     37 
     38  [VideoTrackGenerator interface: existence and properties of interface prototype object's @@unscopables property]
     39    expected: FAIL
     40 
     41  [VideoTrackGenerator interface: attribute writable]
     42    expected: FAIL
     43 
     44  [VideoTrackGenerator interface: attribute muted]
     45    expected: FAIL
     46 
     47  [VideoTrackGenerator interface: attribute track]
     48    expected: FAIL
     49 
     50  [VideoTrackGenerator must be primary interface of new VideoTrackGenerator()]
     51    expected: FAIL
     52 
     53  [Stringification of new VideoTrackGenerator()]
     54    expected: FAIL
     55 
     56  [VideoTrackGenerator interface: new VideoTrackGenerator() must inherit property "writable" with the proper type]
     57    expected: FAIL
     58 
     59  [VideoTrackGenerator interface: new VideoTrackGenerator() must inherit property "muted" with the proper type]
     60    expected: FAIL
     61 
     62  [VideoTrackGenerator interface: new VideoTrackGenerator() must inherit property "track" with the proper type]
     63    expected: FAIL
     64 
     65  [MediaStreamTrackProcessor must be primary interface of new MediaStreamTrackProcessor({ track: new VideoTrackGenerator() })]
     66    expected: FAIL
     67 
     68  [Stringification of new MediaStreamTrackProcessor({ track: new VideoTrackGenerator() })]
     69    expected: FAIL
     70 
     71  [MediaStreamTrackProcessor interface: new MediaStreamTrackProcessor({ track: new VideoTrackGenerator() }) must inherit property "readable" with the proper type]
     72    expected: FAIL