tor-browser

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

require-corp.https.html.ini (680B)


      1 [require-corp.https.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4  ["require-corp" top-level: navigating a frame to "none" should fail]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if (os == "android"): [PASS, FAIL]
      8 
      9  ["require-corp" top-level: navigating a frame from "require-corp" to "none" should fail]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if (os == "android"): [PASS, FAIL]
     13 
     14  ["require-corp" top-level: navigating an iframe to a page without CORP, through a WindowProxy, should fail]
     15    expected:
     16      if (os == "mac") and not debug: [PASS, FAIL]
     17      if (os == "android"): [PASS, FAIL]