[wpt-sync] Sync PR 25224 - [fetch] Empty destination should be the empty string, not "empty"
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox82 fixed)
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25224 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25224
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
[fetch] Empty destination should be the empty string, not "empty"
As specified at [1],the empty destination should be the empty string,
not "empty". We use "empty" for the "sec-fetch-dest" header[2] though.Fix the implementation and fix incorrect WPTs altogether.
1: https://fetch.spec.whatwg.org/#concept-request-destination
2: https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-set-destBug: 1121493
Change-Id: Ia86d716dd434c3b6b0e6f1914019fd6110a7ab8dReviewed-on: https://chromium-review.googlesource.com/2374725
WPT-Export-Revision: f7e56a37bf9a85cc6c0849eb53ef8808d6b414df
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1f8603e170a85f3a447bbcdd1b67e7a0b6791e38
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 20 subtests
Status Summary
Firefox
OK : 2
PASS : 81
FAIL : 2
Chrome
OK : 2
PASS : 66
FAIL : 17
Safari
OK : 1
PASS : 79
FAIL : 4
ERROR: 1
Links
Details
New Tests That Don't Pass
/fetch/api/request/request-structure.html
Check isReloadNavigation attribute: FAIL (Chrome: FAIL, Safari: FAIL)
Check isHistoryNavigation attribute: FAIL (Chrome: PASS, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/297fa703c5ef [wpt PR 25224] - [fetch] Empty destination should be the empty string, not "empty", a=testonly https://hg.mozilla.org/integration/autoland/rev/12c91a3a36d4 [wpt PR 25224] - Update wpt metadata, a=testonly
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/297fa703c5ef
https://hg.mozilla.org/mozilla-central/rev/12c91a3a36d4
Description
•