tor-browser

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

prefetch-document.html.ini (501B)


      1 [prefetch-document.html]
      2  [Document prefetch should send the exact Accept header as navigation]
      3    expected: FAIL
      4 
      5  [same-site different-origin document prefetch without 'as' should not be consumed]
      6    expected: FAIL
      7 
      8  [same origin document prefetch without 'as' should be consumed]
      9    expected:
     10      if (os == "linux") and not debug and not asan and not tsan: [FAIL, PASS]
     11      if (os == "linux") and debug and not fission: [PASS, FAIL]
     12      if (os == "android") and not debug: [PASS, FAIL]