Closed
Bug 1508928
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14157 - Add tests for no active script in import()
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14157 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14157
Details from upstream follow.
Domenic Denicola <d@domenic.me> wrote:
> Add tests for no active script in import()
>
> Follows https://github.com/whatwg/html/pull/4181.
>
> These are manual for now; will file another issue about automating them.
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=fe3c1c49b5d3dff31d89d794597b7535b06a5fa0
Assignee | ||
Comment 3•7 years ago
|
||
Ran 2 tests and 4 subtests
TIMEOUT: 4
NOTRUN : 2
New tests that have failures or other problems:
/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-classic.html: TIMEOUT
onclick that directly imports should successfully import, using page's base URL: TIMEOUT
onclick that indirectly imports after a task should successfully import, using page's base URL: NOTRUN
/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-module.html: TIMEOUT
onclick that directly imports should successfully import, using page's base URL: TIMEOUT
onclick that indirectly imports after a task should successfully import, using page's base URL: NOTRUN
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a1cc7364d13d
[wpt PR 14157] - Add tests for no active script in import(), a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/6dec8a00622a
[wpt PR 14157] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8b5324f6bd04
[wpt PR 14157] - Add tests for no active script in import(), a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/27e4540438aa
[wpt PR 14157] - Update wpt metadata, a=testonly
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8b5324f6bd04
https://hg.mozilla.org/mozilla-central/rev/27e4540438aa
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
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
•