Closed
Bug 1488198
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 8094 - Implement script MIME restrictions for goal parameter
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 8094 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/8094
Details from upstream follow.
Bradley Farias <bfarias@godaddy.com> wrote:
> Implement script MIME restrictions for goal parameter
>
> This adds tests regarding scripts with a speified goal parameter
> https://github.com/whatwg/html/pull/3205
>
> TEST=wpt/html/semantics/scripting-1/the-script-element/goal.htm
>
>
>
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=585767ea16a57c071306681ec835245ec72bb13c
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 20 subtests
OK : 1
PASS : 12
FAIL : 8
New tests that have failures or other problems:
/html/semantics/scripting-1/the-script-element/goal-parameter.htm
Errors on type=module when given content-type=text/javascript;goal=: FAIL
Errors on type=module when given content-type=text/javascript;goal= module: FAIL
Errors on type=module when given content-type=text/javascript;goal=" module": FAIL
Errors on type=module when given content-type=text/javascript;goal=module : FAIL
Errors on type=text/javascript when given content-type=text/html;goal=script: FAIL
Errors on type=text/javascript when given content-type=text/javascript;goal=: FAIL
Errors on type=text/javascript when given content-type=text/javascript;goal= script: FAIL
Errors on type=text/javascript when given content-type=text/javascript;goal=script : FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f0211683bbeb
[wpt PR 8094] - Implement script MIME restrictions for goal parameter, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/7296b6e2f67d
[wpt PR 8094] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f0211683bbeb
https://hg.mozilla.org/mozilla-central/rev/7296b6e2f67d
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•