[wpt-sync] Sync PR 32636 - Add tests for worker behavior while prerendering
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox100 fixed)
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32636 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32636
Details from upstream follow.
Noam Rosenthal <noam@webkit.org> wrote:
Add tests for worker behavior while prerendering
Corresponds to https://github.com/WICG/nav-speculation/pull/128
- Workers should be loaded and suspended while in prerendering mode, resumed upon activation
- If a SharedWorker is already running, it should be accessible
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 22 tests
Status Summary
Firefox
ERROR: 22
Chrome
ERROR: 22
Safari
ERROR: 22
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/speculation-rules/prerender/about-blank-iframes.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/activation-start.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/cache-storage.https.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/cookies.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/cross-origin-isolated.https.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/fetch-blob.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/iframe-added-post-activation.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/indexeddb.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/local-storage.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/media-autoplay.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/restriction-focus.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/restriction-notification.https.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/restriction-presentation-request.https.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/restriction-window-move.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/restriction-window-open.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/restriction-window-resize.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/restrictions.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/state-and-event.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/storage-foundation.https.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/visibility-state.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/web-database.html: ERROR (Chrome: ERROR, Safari: ERROR)
/speculation-rules/prerender/workers.html: ERROR (Chrome: ERROR, Safari: ERROR)
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/14d0e86a56b9
https://hg.mozilla.org/mozilla-central/rev/b64b375ad598
Description
•