tor-browser

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

svg-image.https.sub.html.ini (757B)


      1 [svg-image.https.sub.html]
      2  expected:
      3    if debug and (os == "linux") and fission: [OK, CRASH]
      4  [sec-fetch-dest no attributes]
      5    expected: FAIL
      6 
      7  # Mixed content level 2 is upgrading resources like audio, img and video. For that reason we expect it to fail.
      8  # See https://github.com/web-platform-tests/wpt/issues/37080
      9  [sec-fetch-site - HTTPS downgrade-upgrade no attributes]
     10    expected: FAIL
     11 
     12  [sec-fetch-mode attributes: crossorigin]
     13    expected:
     14      if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [FAIL, PASS]
     15      [PASS, FAIL]
     16 
     17  [sec-fetch-mode attributes: crossorigin=anonymous]
     18    expected: [PASS, FAIL]
     19 
     20  [sec-fetch-mode attributes: crossorigin=use-credentials]
     21    expected: [PASS, FAIL]