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
Properly set the url on the Response object when the response is an o…
…paqueredirect
- Loading branch information
Showing
8 changed files
with
10 additions
and
100 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
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
90 changes: 0 additions & 90 deletions
90
tests/wpt/metadata/fetch/api/redirect/redirect-mode.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,123 +1,33 @@ | ||
[redirect-mode.any.worker.html] | ||
[same-origin redirect 301 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 301 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 302 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 302 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 303 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 303 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 307 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 307 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 308 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 308 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 301 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 301 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 302 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 302 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 303 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 303 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 307 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 307 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 308 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 308 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
|
||
[redirect-mode.any.html] | ||
[same-origin redirect 301 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 301 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 302 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 302 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 303 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 303 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 307 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 307 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 308 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[same-origin redirect 308 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 301 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 301 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 302 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 302 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 303 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 303 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 307 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 307 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 308 in manual redirect and cors mode] | ||
expected: FAIL | ||
|
||
[cross-origin redirect 308 in manual redirect and no-cors mode] | ||
expected: FAIL | ||
|