[wpt-sync] Sync PR 32248 - [Private Network Access] Test service worker update 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 32248 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32248
Details from upstream follow.
Titouan Rigoudy <titouan@chromium.org> wrote:
[Private Network Access] Test service worker update fetches.
These do not currently apply PNA checks, hence the failures observed:
no preflights are sent for the update fetch.Bug: chromium:1239551
Change-Id: I01bef8129978bc5327286726e9746ae3c82048a5
Reviewed-on: https://chromium-review.googlesource.com/3367628
WPT-Export-Revision: 027833c2ff7acf4299928f93e10d6bf8fc47a975
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 5 subtests
Status Summary
Firefox
OK : 2
PASS: 2
FAIL: 8
Chrome
OK : 2
PASS: 2
FAIL: 8
Safari
OK : 2
PASS: 2
FAIL: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/fetch/private-network-access/service-worker-update.https.window.html
update public to local: failed preflight.: FAIL (Chrome: FAIL, Safari: FAIL)
update public to local: success.: FAIL (Chrome: FAIL, Safari: FAIL)
update public to private: failed preflight.: FAIL (Chrome: FAIL, Safari: FAIL)
update public to private: success.: FAIL (Chrome: FAIL, Safari: FAIL)
/fetch/private-network-access/service-worker.https.window.html
treat-as-public to local: failed preflight.: FAIL (Chrome: FAIL, Safari: FAIL)
treat-as-public to local: success.: FAIL (Chrome: FAIL, Safari: FAIL)
treat-as-public to private: failed preflight.: FAIL (Chrome: FAIL, Safari: FAIL)
treat-as-public to private: success.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/67bd5cb18a60
https://hg.mozilla.org/mozilla-central/rev/49089c84a978
Description
•