tor-browser

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

navigate-to-aboutblank.https.html.ini (1794B)


      1 [navigate-to-aboutblank.https.html]
      2  expected:
      3    if (os == "linux") and not debug and fission: [OK, TIMEOUT]
      4    if (os == "android") and debug: [OK, ERROR]
      5  [Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,unsafe-none), openee origin: https://www1.web-platform.test:8443.]
      6    expected: FAIL
      7 
      8  [Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://www1.web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,unsafe-none), openee origin: https://www1.web-platform.test:8443.]
      9    expected:
     10      if not fission and not asan and debug and (os == "android"): [PASS, FAIL]
     11      if not fission and asan: [PASS, FAIL]
     12 
     13  [Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin)|header(Cross-Origin-Embedder-Policy,require-corp), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,same-origin)|header(Cross-Origin-Embedder-Policy,require-corp), openee origin: https://web-platform.test:8443.]
     14    expected:
     15      if (os == "android") and debug: [PASS, FAIL]
     16 
     17  [Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), openee origin: https://web-platform.test:8443.]
     18    expected:
     19      if (os == "android") and debug and sessionHistoryInParent: [FAIL, PASS]
     20      if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL]