tor-browser

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

fetch.http.html.ini (1423B)


      1 [fetch.http.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.]
      5    expected: FAIL
      6 
      7  [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.]
      8    expected: FAIL
      9 
     10  [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.]
     11    expected: FAIL
     12 
     13  [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.]
     14    expected: FAIL
     15 
     16  [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
     17    expected: FAIL
     18 
     19  [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.]
     20    expected: FAIL
     21 
     22  [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.]
     23    expected: FAIL
     24 
     25  [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.]
     26    expected: FAIL
     27 
     28  [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.]
     29    expected: FAIL
     30 
     31  [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
     32    expected: FAIL