test(wpt): update fetch test metadata

This commit is contained in:
OJ Kwon 2018-03-23 15:19:19 -07:00
parent e6de213a13
commit 80304a133f
No known key found for this signature in database
GPG key ID: 2E469434030C7F09
10 changed files with 0 additions and 265 deletions

View file

@ -24,15 +24,9 @@
[Consume fetched response's body as arrayBuffer]
expected: FAIL
[Consume response's body: from text to arrayBuffer]
expected: FAIL
[Consume response's body: from text with correct multipart type to formData]
expected: FAIL
[Consume response's body: from blob to arrayBuffer]
expected: FAIL
[Consume response's body: from blob with correct multipart type to formData]
expected: FAIL
@ -48,9 +42,6 @@
[Consume response's body: from FormData to arrayBuffer]
expected: FAIL
[Consume response's body: from URLSearchParams to arrayBuffer]
expected: FAIL
[Consume response's body: from stream to blob]
expected: FAIL
@ -78,9 +69,6 @@
[Consume response's body: from fetch to blob]
expected: FAIL
[Consume response's body: from fetch to arrayBuffer]
expected: FAIL
[Consume response's body: from multipart form data blob to formData]
expected: FAIL

View file

@ -21,9 +21,6 @@
[Response interface: new Response() must inherit property "body" with the proper type (8)]
expected: FAIL
[Response interface: new Response() must inherit property "arrayBuffer" with the proper type (11)]
expected: FAIL
[Response interface: new Response() must inherit property "body" with the proper type (9)]
expected: FAIL
@ -45,6 +42,3 @@
[Response interface: new Response() must inherit property "body" with the proper type]
expected: FAIL
[Response interface: new Response() must inherit property "arrayBuffer()" with the proper type]
expected: FAIL

View file

@ -1,5 +1,3 @@
[response-stream-disturbed-5.html]
type: testharness
[Getting a body reader after consuming as arrayBuffer]
expected: FAIL