tor-browser

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

autoplay-hidden.optional.html.ini (792B)


      1 [autoplay-hidden.optional.html]
      2  expected:
      3    if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [OK, TIMEOUT]
      4    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR]
      5    if (os == "android") and not debug and not sessionHistoryInParent: [OK, ERROR, TIMEOUT]
      6    if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
      7    if os == "win": [OK, TIMEOUT]
      8    if os == "mac": [OK, TIMEOUT]
      9  [Allow delaying autoplay until video elements become visible]
     10    expected:
     11      if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [PASS, TIMEOUT]
     12      if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
     13      if os == "win": [PASS, TIMEOUT]
     14      if os == "mac": [PASS, TIMEOUT]