Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix the redirected attribute for Response
- Loading branch information
Showing
5 changed files
with
11 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 0 additions & 66 deletions
66
tests/wpt/metadata/fetch/api/redirect/redirect-method.any.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,21 @@ | ||
[redirect-method.any.worker.html] | ||
[Redirect 301 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 301 with POST] | ||
expected: FAIL | ||
|
||
[Redirect 301 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 302 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 302 with POST] | ||
expected: FAIL | ||
|
||
[Redirect 302 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 303 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 303 with POST] | ||
expected: FAIL | ||
|
||
[Redirect 303 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 307 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 307 with POST (string body)] | ||
expected: FAIL | ||
|
||
[Redirect 307 with POST (blob body)] | ||
expected: FAIL | ||
|
||
[Redirect 307 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 303 with TESTING] | ||
expected: FAIL | ||
|
||
|
||
[redirect-method.any.html] | ||
[Redirect 301 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 301 with POST] | ||
expected: FAIL | ||
|
||
[Redirect 301 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 302 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 302 with POST] | ||
expected: FAIL | ||
|
||
[Redirect 302 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 303 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 303 with POST] | ||
expected: FAIL | ||
|
||
[Redirect 303 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 307 with GET] | ||
expected: FAIL | ||
|
||
[Redirect 307 with POST (string body)] | ||
expected: FAIL | ||
|
||
[Redirect 307 with POST (blob body)] | ||
expected: FAIL | ||
|
||
[Redirect 307 with HEAD] | ||
expected: FAIL | ||
|
||
[Redirect 303 with TESTING] | ||
expected: FAIL | ||
|