tor-browser

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

iframe-inheritance-about-blank.html.ini (502B)


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