tor-browser

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

track-mode-disabled.html.ini (382B)


      1 [track-mode-disabled.html]
      2  expected:
      3    if (os == "win") and not debug: [OK, TIMEOUT]
      4    if (os == "android") and not debug: [OK, ERROR]
      5    if os == "linux": [OK, TIMEOUT]
      6  [Cues are properly removed from the active cue list when their track changes mode to disabled]
      7    expected:
      8      if (os == "win") and not debug: [PASS, TIMEOUT]
      9      if os == "linux": [PASS, TIMEOUT]