tor-browser

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

idlharness.https.any.js.ini (1477B)


      1 [idlharness.https.any.html]
      2  [VideoFrame interface: operation metadata()]
      3    expected: FAIL
      4 
      5  [VideoFrame interface: new VideoFrame(makeImageBitmap(32, 16), {timestamp: 100, duration: 33}) must inherit property "metadata()" with the proper type]
      6    expected: FAIL
      7 
      8  [VideoFrame interface: new VideoFrame(makeImageBitmap(32, 16), {timestamp: 100, duration: 33}) must inherit property "rotation" with the proper type]
      9    expected: FAIL
     10 
     11  [VideoFrame interface: attribute flip]
     12    expected: FAIL
     13 
     14  [VideoFrame interface: attribute rotation]
     15    expected: FAIL
     16 
     17  [VideoFrame interface: new VideoFrame(makeImageBitmap(32, 16), {timestamp: 100, duration: 33}) must inherit property "flip" with the proper type]
     18    expected: FAIL
     19 
     20 
     21 [idlharness.https.any.worker.html]
     22  [VideoFrame interface: operation metadata()]
     23    expected: FAIL
     24 
     25  [VideoFrame interface: new VideoFrame(makeImageBitmap(32, 16), {timestamp: 100, duration: 33}) must inherit property "metadata()" with the proper type]
     26    expected: FAIL
     27 
     28  [VideoFrame interface: new VideoFrame(makeImageBitmap(32, 16), {timestamp: 100, duration: 33}) must inherit property "rotation" with the proper type]
     29    expected: FAIL
     30 
     31  [VideoFrame interface: attribute flip]
     32    expected: FAIL
     33 
     34  [VideoFrame interface: attribute rotation]
     35    expected: FAIL
     36 
     37  [VideoFrame interface: new VideoFrame(makeImageBitmap(32, 16), {timestamp: 100, duration: 33}) must inherit property "flip" with the proper type]
     38    expected: FAIL