tor-browser

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

activeelement-after-calling-window-focus.sub.html.ini (531B)


      1 [activeelement-after-calling-window-focus.sub.html]
      2  [Tests for outer frame and inner frame are in same origin and middle frame is in different origin]
      3    expected:
      4      if os == "mac": [PASS, FAIL]
      5 
      6  [Tests for outer frame and middle frame are in same origin and inner frame is in different origin]
      7    expected:
      8      if (os == "mac") and debug: [FAIL, PASS]
      9      if (os == "mac") and not debug: [PASS, FAIL]
     10 
     11  [Tests for all frames are in different origin]
     12    expected:
     13      if (os == "mac") and not debug: [PASS, FAIL]