summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/metadata/generated/svg-image.https.sub.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/metadata/generated/svg-image.https.sub.html.ini')
-rw-r--r--testing/web-platform/meta/fetch/metadata/generated/svg-image.https.sub.html.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/metadata/generated/svg-image.https.sub.html.ini b/testing/web-platform/meta/fetch/metadata/generated/svg-image.https.sub.html.ini
new file mode 100644
index 0000000000..b4f23017da
--- /dev/null
+++ b/testing/web-platform/meta/fetch/metadata/generated/svg-image.https.sub.html.ini
@@ -0,0 +1,27 @@
+[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 == "android") and not swgl and debug: PASS
+ [PASS, FAIL]
+
+ [sec-fetch-mode attributes: crossorigin=anonymous]
+ expected:
+ if not asan and swgl and (os == "linux") and fission: PASS
+ [PASS, FAIL]
+
+ [sec-fetch-mode attributes: crossorigin=use-credentials]
+ expected:
+ if (os == "android") and debug: PASS
+ [PASS, FAIL]