tor-browser

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

about-srcdoc-navigation-blocked.window.js.ini (715B)


      1 [about-srcdoc-navigation-blocked.window.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4  [Navigations to about:srcdoc via window.location must be blocked]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if (os == "android") and not debug: [PASS, FAIL]
      8 
      9  [Navigations to about:srcdoc via window.open() must be blocked]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, NOTRUN]
     12      if (os == "android") and not debug: [PASS, FAIL]
     13 
     14  [Navigations to about:srcdoc?query via window.location within an about:srcdoc document must be blocked]
     15    expected:
     16      if (os == "mac") and not debug: [PASS, TIMEOUT]
     17      if (os == "android") and not debug: [PASS, FAIL]