[wpt-sync] Sync PR 27559 - Set mode and credentials mode for a service worker served as a module
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27559 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27559
Details from upstream follow.
b'Ghazale Hosseinabadi <ghazale@google.com>' wrote:
Set mode and credentials mode for a service worker served as a module
Bug: 1168834
Change-Id: Ib6181710aa96391fd526ba14f6409d4c9c75a2a3
Reviewed-on: https://chromium-review.googlesource.com/2670289
WPT-Export-Revision: c26397c346849fa6f8765d3a104f7a7b753de6d3
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 9 subtests
Status Summary
Firefox
OK : 2
PASS: 3
FAIL: 11
Chrome
OK : 2
PASS: 3
FAIL: 11
Safari
OK : 2
PASS: 2
FAIL: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/service-workers/service-worker/credentials.https.html
Module with an imported statement should not have credentials: FAIL (Chrome: FAIL, Safari: FAIL)
Script with service worker served as modules should not have credentials: FAIL (Chrome: FAIL, Safari: FAIL)
/service-workers/service-worker/import-module-scripts.https.html
Static import.: FAIL (Chrome: FAIL, Safari: FAIL)
Static import (cross-origin).: FAIL (Chrome: FAIL, Safari: FAIL)
Static import (redirect).: FAIL (Chrome: FAIL, Safari: FAIL)
Nested static import.: FAIL (Chrome: FAIL, Safari: FAIL)
Static import and then dynamic import.: FAIL (Chrome: FAIL, Safari: FAIL)
Dynamic import.: FAIL (Chrome: FAIL, Safari: FAIL)
Nested dynamic import.: FAIL (Chrome: FAIL, Safari: FAIL)
Dynamic import and then static import.: FAIL (Chrome: FAIL, Safari: FAIL)
eval(import()).: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e31514c15971
https://hg.mozilla.org/mozilla-central/rev/809f4156b1b9
Description
•