summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/metadata/generated/svg-image.https.sub.html.ini
blob: 5d705d01ba3b9002f664d0374e80290f508447cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[svg-image.https.sub.html]
  expected:
    if (os == "linux") and debug and fission and not swgl: [OK, CRASH]
  [sec-fetch-dest no attributes]
    expected: FAIL

  # Mixed content level 2 is upgrading resources like audio, img and video. For that reason we expect it to fail.
  # See https://github.com/web-platform-tests/wpt/issues/37080
  [sec-fetch-site - HTTPS downgrade-upgrade no attributes]
    expected:
      if release_or_beta: PASS
      FAIL

  [sec-fetch-mode attributes: crossorigin]
    expected:
      if (os == "linux") and debug and fission and not swgl: [FAIL, PASS]
      if (os == "linux") and debug and not fission and swgl: [FAIL, PASS]
      [PASS, FAIL]

  [sec-fetch-mode attributes: crossorigin=anonymous]
    expected:
      if (os == "linux") and not swgl and fission and not debug and (processor == "x86_64") and not asan and not tsan: [FAIL, PASS]
      if (os == "linux") and swgl and fission: PASS
      if (os == "linux") and swgl and not fission: [FAIL, PASS]
      [PASS, FAIL]

  [sec-fetch-mode attributes: crossorigin=use-credentials]
    expected:
      if (os == "android") and debug: PASS
      [PASS, FAIL]