tor-browser

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

subresource-integrity-font.html.ini (849B)


      1 [subresource-integrity-font.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [<crossorigin="anonymous"> Same-origin with incorrect hash.]
      5    expected: FAIL
      6 
      7  [<crossorigin="anonymous"> Same-origin with sha256 match, sha512 mismatch.]
      8    expected: FAIL
      9 
     10  [Same-origin, not CORS request, with incorrect sha256 hash.]
     11    expected: FAIL
     12 
     13  [<crossorigin="anonymous"> Cross-origin with incorrect sha256 hash, ACAO: *.]
     14    expected: FAIL
     15 
     16  [<crossorigin="anonymous"> Cross-origin with correct sha256 hash, with CORS-ineligible resource.]
     17    expected: FAIL
     18 
     19  [Cross-origin, not CORS request, with correct sha256.]
     20    expected: FAIL
     21 
     22  [Cross-origin, not CORS request, with incorrect sha256.]
     23    expected: FAIL
     24 
     25  [<crossorigin="use-credentials"> Cross-origin with incorrect sha256 hash, CORS-eligible.]
     26    expected: FAIL