summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini')
-rw-r--r--testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini
new file mode 100644
index 0000000000..6cf66cc8df
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini
@@ -0,0 +1,15 @@
+[fetch-destination.https.html]
+ [HTMLLinkElement with rel=preload and as=audio fetches with a "audio" Request.destination]
+ expected: FAIL
+
+ [HTMLLinkElement with rel=preload and as=video fetches with a "video" Request.destination]
+ expected: FAIL
+
+ [HTMLLinkElement with rel=preload and as=track fetches with a "track" Request.destination]
+ expected: FAIL
+
+ [Import declaration with `type: "css"` fetches with a "style" Request.destination]
+ expected: FAIL
+
+ [Import declaration with `type: "json"` fetches with a "json" Request.destination]
+ expected: FAIL