tor-browser

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

onvisibilitychange.html.ini (674B)


      1 [onvisibilitychange.html]
      2  expected:
      3    if (os == "linux") and (processor == "x86_64") and not debug and fission and not asan and not tsan: [OK, TIMEOUT]
      4    if (os == "linux") and (processor == "x86_64") and not debug and not fission: [OK, TIMEOUT]
      5    if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
      6  [onvisibilitychange attribute is a proper event handler]
      7    expected:
      8      if (os == "linux") and (processor == "x86_64") and not debug and fission and not asan and not tsan: [PASS, NOTRUN]
      9      if (os == "linux") and (processor == "x86_64") and not debug and not fission: [PASS, NOTRUN]
     10      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]