[wpt-sync] Sync PR 25430 - [blink][web_tests] document-write tests cleanup
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25430 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25430
Details from upstream follow.
b'Camillo Bruni <cbruni@chromium.org>' wrote:
[blink][web_tests] document-write tests cleanup
- Add better assertion failure messages
- Use better content for document.write
Bug: 1022182
Change-Id: I01a75534f7efd0bd8e376dfd049432e52661604d
Reviewed-on: https://chromium-review.googlesource.com/2397696
WPT-Export-Revision: 91384a0487ceca81115ea8ad77716294eb671ba4
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 1 subtests
Status Summary
Firefox
OK : 4
PASS : 2
FAIL : 2
TIMEOUT: 4
Chrome
OK : 4
PASS : 4
TIMEOUT: 4
Safari
OK : 4
PASS : 4
TIMEOUT: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/html/webappapis/dynamic-markup-insertion/document-write/module-dynamic-import.html
document.write in an imported module: FAIL
/html/webappapis/dynamic-markup-insertion/document-write/module-static-import.html
document.write in an imported module: FAIL
New Tests That Don't Pass
/html/webappapis/dynamic-markup-insertion/document-write/module-dynamic-import.html
document.write in an imported module: FAIL (Chrome: PASS, Safari: PASS)
/html/webappapis/dynamic-markup-insertion/document-write/module-static-import.html
document.write in an imported module: FAIL (Chrome: PASS, Safari: PASS)
/html/webappapis/dynamic-markup-insertion/document-write/module-tla-delayed.html: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
document.write in an imported module: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
/html/webappapis/dynamic-markup-insertion/document-write/module-tla-immediate-promise.html: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
document.write in an imported module: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/65dae3665fbf
https://hg.mozilla.org/mozilla-central/rev/7298f58b8601
Description
•