diff --git a/tests/wpt/metadata/fetch/api/basic/request-headers.any.js.ini b/tests/wpt/metadata/fetch/api/basic/request-headers.any.js.ini index 34647dbc0955..1e27b18f0954 100644 --- a/tests/wpt/metadata/fetch/api/basic/request-headers.any.js.ini +++ b/tests/wpt/metadata/fetch/api/basic/request-headers.any.js.ini @@ -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 - diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-method.any.js.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-method.any.js.ini deleted file mode 100644 index 8f719427a8d0..000000000000 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-method.any.js.ini +++ /dev/null @@ -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 - diff --git a/tests/wpt/metadata/xhr/send-redirect-post-upload.htm.ini b/tests/wpt/metadata/xhr/send-redirect-post-upload.htm.ini index 343465b443c6..0ede2741b888 100644 --- a/tests/wpt/metadata/xhr/send-redirect-post-upload.htm.ini +++ b/tests/wpt/metadata/xhr/send-redirect-post-upload.htm.ini @@ -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 - diff --git a/tests/wpt/metadata/xhr/send-redirect-to-cors.htm.ini b/tests/wpt/metadata/xhr/send-redirect-to-cors.htm.ini deleted file mode 100644 index fcc36e00a531..000000000000 --- a/tests/wpt/metadata/xhr/send-redirect-to-cors.htm.ini +++ /dev/null @@ -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 -