tor-browser

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

mediasource-getvideoplaybackquality.html.ini (671B)


      1 [mediasource-getvideoplaybackquality.html]
      2  prefs: [privacy.reduceTimerPrecision:false]
      3  disabled:
      4    if os == "android": bug 1550895 (frequently fails on geckoview)
      5  expected:
      6    if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
      7  [Test HTMLVideoElement.getVideoPlaybackQuality() with MediaSource API]
      8    expected:
      9      if (os == "linux") and (processor == "x86_64") and not debug and fission and not asan and not tsan: [PASS, FAIL]
     10      if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, FAIL]
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if (os == "linux") and (processor == "x86"): [PASS, FAIL]