[wpt-sync] Sync PR 30394 - Fix slow stylesheet test
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30394 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30394
Details from upstream follow.
b'Rune Lillesveen <futhark@chromium.org>' wrote:
Fix slow stylesheet test
Script blocking sheet does not need timeout since tests will not run
until the sheet loads anyway. Href on modified link should not need a
large delay since the test happens in the script immediately after
setting the href.Bug: 1245034
Change-Id: Ieee7fd7137046b23a4c2f0039df982e9bec888c6
Reviewed-on: https://chromium-review.googlesource.com/3147711
WPT-Export-Revision: 2a305686c91a91dada1ea21dc4a42315a1a9a443
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
PASS: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html
Check that a style sheet loaded by a <link> is available until its successor is loaded: FAIL
New Tests That Don't Pass
/html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html
Check that a style sheet loaded by a <link> is available until its successor is loaded: FAIL (Chrome: PASS, Safari: PASS)
Comment 4•4 years ago
|
||
| bugherder | ||
Description
•