tor-browser

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

mediasource-worker-handle-transfer.html.ini (1213B)


      1 [mediasource-worker-handle-transfer.html]
      2  [MediaSourceHandle serialization without transfer must fail, tested in window context]
      3    expected: FAIL
      4 
      5  [Same MediaSourceHandle transferred multiple times in single postMessage must fail, tested in window context]
      6    expected: FAIL
      7 
      8  [Attempt to transfer detached MediaSourceHandle must fail, tested in window context]
      9    expected: FAIL
     10 
     11  [MediaSourceHandle cannot be transferred, immediately after set as srcObject, even if srcObject immediately reset to null]
     12    expected: FAIL
     13 
     14  [MediaSourceHandle cannot be transferred, if it was srcObject when asynchronous load starts (loadstart), even if srcObject is then immediately reset to null]
     15    expected: FAIL
     16 
     17  [A detached (already transferred away) MediaSourceHandle cannot successfully load when assigned to srcObject]
     18    expected: FAIL
     19 
     20  [MediaSourceHandle serialization without transfer must fail, tested in worker]
     21    expected: FAIL
     22 
     23  [Same MediaSourceHandle transferred multiple times in single postMessage must fail, tested in worker]
     24    expected: FAIL
     25 
     26  [Precisely one load of the same MediaSourceHandle assigned synchronously to multiple media element srcObjects succeeds]
     27    expected: FAIL