tor-browser

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

popup-inheritance-about-blank.html.ini (562B)


      1 [popup-inheritance-about-blank.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [The fetch() API in an about:blank popup with the 'client' referrer is fetched with no 'Referer' header]
      5    expected: FAIL
      6 
      7  [The fetch() API in an about:blank popup with a custom URL referrer is fetched with a 'Referer` header that uses the outer document's URL along with its referrer policy]
      8    expected: FAIL
      9 
     10  [The value of document.referrer in an about:blank popup is the outer document's full URL, regardless of referrer policy]
     11    expected: FAIL