Update WPT test expectations

This commit is contained in:
Sam Giles 2017-03-10 11:00:00 +05:30 committed by Ravi Shankar
parent de2b9b7707
commit 186dec136f
14 changed files with 4 additions and 241 deletions

View file

@ -1,23 +1,14 @@
[request-headers.html]
type: testharness
[Fetch with PUT without body]
expected: FAIL
[Fetch with PUT with body]
expected: FAIL
[Fetch with POST without body]
expected: FAIL
[Fetch with POST with text body]
expected: FAIL
[Fetch with POST with FormData body]
expected: FAIL
[Fetch with POST with Blob body]
expected: FAIL
[Fetch with POST with ArrayBuffer body]
expected: FAIL
@ -48,15 +39,6 @@
[Fetch with POST with URLSearchParams body]
expected: FAIL
[Fetch with POST and mode "same-origin" needs an Origin header]
expected: FAIL
[Fetch with POST and mode "no-cors" needs an Origin header]
expected: FAIL
[Fetch with PUT and mode "same-origin" needs an Origin header]
expected: FAIL
[Fetch with TacO and mode "same-origin" needs an Origin header]
expected: FAIL