Closed
Bug 1697728
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 28020 - Add fetch upload test on HTTP 425 response.
Categories
(Core :: DOM: Networking, task, P4)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28020 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28020
Details from upstream follow.
b'Yoichi Osato <yoichio@chromium.org>' wrote:
Add fetch upload test on HTTP 425 response.
Following whatwg/fetch#888,
Fetch with POST with text body on 425 response should be retried once on new connection and
Fetch with POST with ReadableStream on 425 response should return the response and not retry.
| Assignee | ||
Comment 1•5 years ago
|
||
PR 28020 applied with additional changes from upstream: ef9bff0647e97e768fa25751b9f60b07b46f61f2
| Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM: Networking
Product: Testing → Core
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=91f22435e6ffdbd9f6ac5e80492d31d5bf8d61c4
| Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 4
PASS : 4
Chrome
OK : 4
FAIL : 4
Safari
OK : 3
PASS : 3
ERROR: 1
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6eb4664fd854
[wpt PR 28020] - Add fetch test on HTTP 425 response., a=testonly
Comment 5•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•