summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/fetch-later/basic.tentative.https.window.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/fetch-later/basic.tentative.https.window.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/fetch-later/basic.tentative.https.window.js.ini21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/fetch-later/basic.tentative.https.window.js.ini b/testing/web-platform/meta/fetch/fetch-later/basic.tentative.https.window.js.ini
new file mode 100644
index 0000000000..c318bfcfd9
--- /dev/null
+++ b/testing/web-platform/meta/fetch/fetch-later/basic.tentative.https.window.js.ini
@@ -0,0 +1,21 @@
+[basic.tentative.https.window.html]
+ [fetchLater() cannot be called without request.]
+ expected: FAIL
+
+ [fetchLater() throws TypeError on non-HTTPS URL.]
+ expected: FAIL
+
+ [fetchLater() throws RangeError on negative activateAfter.]
+ expected: FAIL
+
+ [fetchLater()'s return tells the deferred request is not yet sent.]
+ expected: FAIL
+
+ [fetchLater() throws TypeError when mutating its returned state.]
+ expected: FAIL
+
+ [fetchLater() throws AbortError when its initial abort signal is aborted.]
+ expected: FAIL
+
+ [fetchLater() does not throw error when it is aborted before sending.]
+ expected: FAIL