[wpt-sync] Sync PR 33780 - Prerender: Defer ServiceWorkerRegistration#unregister from prerendered pages
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox102 fixed)
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33780 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33780
Details from upstream follow.
Hiroki Nakagawa <nhiroki@chromium.org> wrote:
Prerender: Defer ServiceWorkerRegistration#unregister from prerendered pages
The spec requires ServiceWorkerRegistration#unregister to be deferred
until ipage activation. This CL implements the behavior.
https://wicg.github.io/nav-speculation/prerendering.html#patch-service-workersBug: 1305120
Change-Id: Ibf5d888f0636d2ad11c08f16b9b9739824536cb0
Reviewed-on: https://chromium-review.googlesource.com/3606768
WPT-Export-Revision: 0f77fa3fff96ca205c94f4d6ab241d91851c3be5
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests
Status Summary
Firefox
ERROR: 1
Chrome
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /speculation-rules/prerender/restriction-service-worker-unregister.https.html [wpt.fyi]:
ERROR(Chrome:ERROR)
https://hg.mozilla.org/mozilla-central/rev/54460c2c253f
https://hg.mozilla.org/mozilla-central/rev/d7be05024a35
Description
•