Update test expectations

This commit is contained in:
Bastien Orivel 2020-04-22 20:45:38 +02:00
parent 4a1732a761
commit d86a429bd5
4 changed files with 0 additions and 70 deletions

View file

@ -3,14 +3,9 @@
[Fetch with POST with FormData body]
expected: FAIL
[Fetch with Chicken]
expected: FAIL
[request-headers.any.worker.html]
type: testharness
[Fetch with POST with FormData body]
expected: FAIL
[Fetch with Chicken]
expected: FAIL

View file

@ -1,15 +0,0 @@
[redirect-method.any.worker.html]
[Redirect 307 with POST (string body)]
expected: FAIL
[Redirect 307 with POST (blob body)]
expected: FAIL
[redirect-method.any.html]
[Redirect 307 with POST (string body)]
expected: FAIL
[Redirect 307 with POST (blob body)]
expected: FAIL

View file

@ -1,20 +1,5 @@
[send-redirect-post-upload.htm]
type: testharness
[XMLHttpRequest: The send() method: POSTing to URL that redirects (301)]
expected: FAIL
[XMLHttpRequest: The send() method: POSTing to URL that redirects (302)]
expected: FAIL
[XMLHttpRequest: The send() method: POSTing to URL that redirects (303)]
expected: FAIL
[XMLHttpRequest: The send() method: POSTing to URL that redirects (307)]
expected: FAIL
[XMLHttpRequest: The send() method: POSTing to URL that redirects (307 (string))]
expected: FAIL
[XMLHttpRequest: The send() method: POSTing to URL that redirects (307 (blob))]
expected: FAIL

View file

@ -1,35 +0,0 @@
[send-redirect-to-cors.htm]
type: testharness
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 post with string)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 post with typed array)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 FOO with string and explicit Content-Type text/plain)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 FOO with string and explicit Content-Type multipart/form-data)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 FOO with string and explicit Content-Type safelisted)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 POST with string and explicit Content-Type safelisted)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (302 FOO with string and explicit Content-Type safelisted)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (301 POST with string and explicit Content-Type safelisted)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (303 FOO with string and explicit Content-Type safelisted)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (302 POST with string and explicit Content-Type)]
expected: FAIL
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (301 POST with string and explicit Content-Type)]
expected: FAIL