Closed
Bug 1426190
Opened 7 years ago
Closed 7 years ago
JS module test for integrity attribute fails
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
(deleted),
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•7 years ago
|
||
The integrity metadata used for fetching descendent module scripts is supposed to be empty:
https://html.spec.whatwg.org/#descendant-script-fetch-options
The patch changes the ModuleLoadRequest constructor that is used for fetching descendent modules.
Attachment #8938068 -
Flags: review?(bugs)
Updated•7 years ago
|
Attachment #8938068 -
Flags: review?(bugs) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/56a67e62f5cb
Integrity option for descendant module scripts should be the empty string r=smaug
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•