[wpt-sync] Sync PR 32223 - [Private Network Access] Test service worker registration fetches.
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32223 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32223
Details from upstream follow.
Titouan Rigoudy <titouan@chromium.org> wrote:
[Private Network Access] Test service worker registration fetches.
Tests are currently failing because the initiator's ClientSecurityState
is not correctly passed to the URLLoaderFactory used to perform the
fetches from the browser process.Bug: chromium:1239551
Change-Id: I83f57ee4f1fd81f837deb51522bda71db0aab579
Reviewed-on: https://chromium-review.googlesource.com/3356197
WPT-Export-Revision: e360bee2b46f29f4fb1540137c874b5b0a17225d
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
FAIL: 3
Chrome
OK : 1
FAIL: 3
Safari
OK : 1
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/fetch/private-network-access/service-worker.https.window.html
treat-as-public to local: failure.: FAIL (Chrome: FAIL, Safari: FAIL)
treat-as-public to private: failure.: FAIL (Chrome: FAIL, Safari: FAIL)
public to public: success.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/061ccfc9f1d8
https://hg.mozilla.org/mozilla-central/rev/3fb41ab13c47
Description
•