diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/fetch/api/request | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/fetch/api/request')
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 + |