[wpt-sync] Sync PR 39452 - [codehealth] Clean up some fetch redirect WPTs
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39452 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39452
Details from upstream follow.
Ming-Ying Chung <mych@chromium.org> wrote:
[codehealth] Clean up some fetch redirect WPTs
- Refactor them to use ES6 syntax.
- Add test to cover
errorredirect mode inredirect-location.any.js- Add missing coverage to
POSTmethod inredirect-origin.any.js,
which leads to finding existing broken behaviors. Previously in
https://crrev.com/c/1621419,methodarg was added into
testOriginAfterRedirection()but is never used.Change-Id: I6ca225c44fe791605a7397fc1323ba180f37ea6c
Bug: 1356128
Reviewed-on: https://chromium-review.googlesource.com/4410291
WPT-Export-Revision: 93e21e04080124c17d7eeb45b9013b8ae33d90c9
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 10 tests and 40 subtests
Status Summary
Firefox
OK : 10
PASS: 336
FAIL: 4
Chrome
OK : 10
PASS: 316
FAIL: 24
Safari
OK : 10
PASS: 330
FAIL: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fetch/api/redirect/redirect-origin.any.html [wpt.fyi]
- [POST] Redirect 307 Same origin to same origin:
FAIL(Chrome:FAIL, Safari:FAIL) - [POST] Redirect 308 Same origin to same origin:
FAIL(Chrome:FAIL, Safari:FAIL)
- [POST] Redirect 307 Same origin to same origin:
- /fetch/api/redirect/redirect-origin.any.worker.html [wpt.fyi]
- [POST] Redirect 307 Same origin to same origin:
FAIL(Chrome:FAIL, Safari:FAIL) - [POST] Redirect 308 Same origin to same origin:
FAIL(Chrome:FAIL, Safari:FAIL)
- [POST] Redirect 307 Same origin to same origin:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/af2203820089
https://hg.mozilla.org/mozilla-central/rev/e0e300de4727
Description
•