tor-browser

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

document-has-system-focus.html.ini (460B)


      1 [document-has-system-focus.html]
      2  expected:
      3    if (os == "linux") and fission and debug: [TIMEOUT, OK]
      4    if os == "mac": [TIMEOUT, OK]
      5    if os == "android": OK
      6    [OK, TIMEOUT]
      7  [Top-level document receives blur/focus events and loses system focus during opening/closing of a popup]
      8    expected:
      9      if (os == "linux") and fission and debug: [TIMEOUT, PASS]
     10      if os == "mac": [TIMEOUT, PASS]
     11      if os == "android": PASS
     12      [PASS, TIMEOUT]