[wpt-sync] Sync PR 21415 - [WPT] Add tests for deferred/external/module scripts to be blocked by stylesheet
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21415 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21415
Details from upstream follow.
Hiroshige Hayashizaki <hiroshige@chromium.org> wrote:
[WPT] Add tests for deferred/external/module scripts to be blocked by stylesheet
Bug: 1045479, https://github.com/whatwg/html/issues/3890
Change-Id: I59709cdfd33ba1be18d2aab3393daffb83ce8f22Reviewed-on: https://chromium-review.googlesource.com/1663585
WPT-Export-Revision: a9d27d906f48abf38283bf5d81c1e47ed8ea46a2
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 53 tests
Status Summary
Firefox
OK : 10
PASS: 4[GitHub] 47[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 6
Chrome
OK : 10
PASS: 4
FAIL: 6
Safari
OK : 10
PASS: 4
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/semantics/scripting-1/the-script-element/execution-timing/106-module-noimport.html
scheduler: stylesheets blocking module scripts: FAIL (Chrome: FAIL, Safari: FAIL)
/html/semantics/scripting-1/the-script-element/execution-timing/106-external-module-import.html
scheduler: stylesheets blocking external module scripts: FAIL (Chrome: FAIL, Safari: FAIL)
/html/semantics/scripting-1/the-script-element/execution-timing/106-external-module-noimport.html
scheduler: stylesheets blocking external module scripts: FAIL (Chrome: FAIL, Safari: FAIL)
/html/semantics/scripting-1/the-script-element/execution-timing/106-module-import.html
scheduler: stylesheets blocking module scripts: FAIL (Chrome: FAIL, Safari: FAIL)
/html/semantics/scripting-1/the-script-element/execution-timing/106-defer-import.html
scheduler: stylesheets blocking defer scripts: FAIL (Chrome: FAIL, Safari: FAIL)
/html/semantics/scripting-1/the-script-element/execution-timing/106-defer-noimport.html
scheduler: stylesheets blocking defer scripts: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ed157d950e00
https://hg.mozilla.org/mozilla-central/rev/b84e0203abcf
Description
•