tor-browser

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

element-request-fullscreen.html.ini (349B)


      1 [element-request-fullscreen.html]
      2  expected:
      3    if (os == "linux") and debug and not fission: [OK, CRASH]
      4    if (os == "mac") and debug: [OK, ERROR]
      5    if (os == "mac") and not debug: [OK, TIMEOUT]
      6  [Element#requestFullscreen()]
      7    expected:
      8      if (os == "mac") and debug: [PASS, FAIL]
      9      if (os == "mac") and not debug: [PASS, TIMEOUT]