summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/request
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/api/request')
-rw-r--r--testing/web-platform/meta/fetch/api/request/request-consume-empty.html.ini17
-rw-r--r--testing/web-platform/meta/fetch/api/request/request-disturbed.html.ini5
-rw-r--r--testing/web-platform/meta/fetch/api/request/request-error.html.ini5
-rw-r--r--testing/web-platform/meta/fetch/api/request/request-idl.html.ini14
-rw-r--r--testing/web-platform/meta/fetch/api/request/request-init-003.sub.html.ini4
-rw-r--r--testing/web-platform/meta/fetch/api/request/request-structure.html.ini8
6 files changed, 53 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/request/request-consume-empty.html.ini b/testing/web-platform/meta/fetch/api/request/request-consume-empty.html.ini
new file mode 100644
index 000000000..146cc3546
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/request/request-consume-empty.html.ini
@@ -0,0 +1,17 @@
+[request-consume-empty.html]
+ type: testharness
+ [Consume request's body as text]
+ expected: FAIL
+
+ [Consume request's body as blob]
+ expected: FAIL
+
+ [Consume request's body as arrayBuffer]
+ expected: FAIL
+
+ [Consume request's body as json]
+ expected: FAIL
+
+ [Consume request's body as formData]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/fetch/api/request/request-disturbed.html.ini b/testing/web-platform/meta/fetch/api/request/request-disturbed.html.ini
new file mode 100644
index 000000000..a61e1709a
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/request/request-disturbed.html.ini
@@ -0,0 +1,5 @@
+[request-disturbed.html]
+ type: testharness
+ [Request without body cannot be disturbed]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/fetch/api/request/request-error.html.ini b/testing/web-platform/meta/fetch/api/request/request-error.html.ini
new file mode 100644
index 000000000..fc4710461
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/request/request-error.html.ini
@@ -0,0 +1,5 @@
+[request-error.html]
+ type: testharness
+ [RequestInit's window is not null]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/fetch/api/request/request-idl.html.ini b/testing/web-platform/meta/fetch/api/request/request-idl.html.ini
new file mode 100644
index 000000000..4eb207662
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/request/request-idl.html.ini
@@ -0,0 +1,14 @@
+[request-idl.html]
+ type: testharness
+ [Request interface: attribute type]
+ expected: FAIL
+
+ [Request interface: attribute destination]
+ expected: FAIL
+
+ [Request interface: new Request("") must inherit property "type" with the proper type (3)]
+ expected: FAIL
+
+ [Request interface: new Request("") must inherit property "destination" with the proper type (4)]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/fetch/api/request/request-init-003.sub.html.ini b/testing/web-platform/meta/fetch/api/request/request-init-003.sub.html.ini
new file mode 100644
index 000000000..2c1faf7ca
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/request/request-init-003.sub.html.ini
@@ -0,0 +1,4 @@
+[request-init-003.sub.html]
+ type: testharness
+ [Check request values when initialized from url string]
+ expected: FAIL
diff --git a/testing/web-platform/meta/fetch/api/request/request-structure.html.ini b/testing/web-platform/meta/fetch/api/request/request-structure.html.ini
new file mode 100644
index 000000000..876cd71fb
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/request/request-structure.html.ini
@@ -0,0 +1,8 @@
+[request-structure.html]
+ type: testharness
+ [Check type attribute]
+ expected: FAIL
+
+ [Check destination attribute]
+ expected: FAIL
+