[wpt-sync] Sync PR 46423 - Import map integrity tests - WebKit improvements
Categories
(Core :: JavaScript Engine, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46423 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46423
Details from upstream follow.
Yoav Weiss <yoav.weiss@shopify.com> wrote:
Import map integrity tests - WebKit improvements
This is a manual export of the various improvements iterated upon when landing the import map integrity tests in WebKit (in https://github.com/WebKit/WebKit/pull/28253)
/cc @marcoscaceres
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox on GitHub CI
Total 5 tests and 5 subtests
Status Summary
Firefox
OK
: 5
PASS
: 19
FAIL
: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /import-maps/dynamic-integrity.html [wpt.fyi]
- script was not loaded, as its resolved URL failed its integrity check:
FAIL
- Script with no import definition was not loaded, as it failed its integrity check:
FAIL
- Bare specifier script was not loaded, as it failed its integrity check:
FAIL
- Script imported inside an event handler was not loaded as its integrity check failed:
FAIL
- script was not loaded, as its resolved URL failed its integrity check:
- /import-maps/no-referencing-script-integrity.html [wpt.fyi]
- Script was not loaded as its integrity check failed:
FAIL
- Script was not loaded as its integrity check failed:
- /import-maps/nonimport-integrity.html [wpt.fyi]
- Script was not loaded as its integrity check was not ignored:
FAIL
- Modulepreload was not loaded as its integrity check was not ignored:
FAIL
- Script was not loaded as its integrity check was not ignored:
- /import-maps/static-integrity.html [wpt.fyi]
- Static script did not load as it failed its integrity check:
FAIL
- Static script did not load as it failed its integrity check, even without an import defined:
FAIL
- HTML-based module script did not load as its integrity check failed.:
FAIL
- Static script did not load as it failed its integrity check:
Comment 4•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fde32b2a70c8
https://hg.mozilla.org/mozilla-central/rev/1b7f8e451da2
Description
•