tor-browser

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

MediaStreamTrack-MediaElement-disabled-video-is-black.https.html.ini (956B)


      1 [MediaStreamTrack-MediaElement-disabled-video-is-black.https.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan: [OK, CRASH]
      4    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
      5    if (os == "android") and debug and not sessionHistoryInParent: [OK, CRASH]
      6    if (os == "android") and not debug: [OK, TIMEOUT]
      7    if os == "mac": [OK, TIMEOUT]
      8  [Test that a video element rendering a disabled video track reports correct intrinsic dimensions]
      9    expected:
     10      if (os == "linux") and debug and not fission: [PASS, FAIL]
     11      if (os == "linux") and not debug and fission: [PASS, FAIL]
     12      if (os == "linux") and not debug and not fission: [FAIL, PASS]
     13      if os == "android": [PASS, FAIL]
     14 
     15  [Tests that a disabled video track in a MediaStream is rendered as blackness]
     16    expected:
     17      if (os == "linux") and debug and fission: [PASS, FAIL]
     18      if (os == "android") and not debug: [PASS, FAIL]