[wpt-sync] Sync PR 59979 - wpt: Fix link element tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 59979 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/59979
Details from upstream follow.
Tim van der Lippe <tvanderlippe@gmail.com> wrote:
wpt: Fix link element tests
Per discussion in WHATWG 1 these tests are wrong and should wait for the load event instead of being main thread blocked.
Testing: Updates existing tests
Reviewed in servo/servo#45012
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2ea9c039da1f636e8805a7174095deee27fc8774
| Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 28 tests and 1 subtests
Status Summary
Firefox
OK : 2[GitHub] 19[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
PASS: 2[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt] 3[GitHub] 132[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 137[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview] 139[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
FAIL: 3[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt] 5[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
Chrome
OK : 2
PASS: 3
Safari
OK : 2
PASS: 2
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/document-metadata/the-link-element/attr-link-fetchpriority.html [wpt.fyi]
- fetchpriority attribute on <link> elements should reflect valid IDL values:
FAIL[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview],PASS[Gecko-linux2404-64-debug,Gecko-linux2404-64-opt,Gecko-windows11-32-25h2-debug,Gecko-windows11-32-25h2-opt,Gecko-windows11-64-25h2-debug,Gecko-windows11-64-25h2-opt] - default fetchpriority attribute on <link> elements should be 'auto':
FAIL[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview],PASS[Gecko-linux2404-64-debug,Gecko-linux2404-64-opt,Gecko-windows11-32-25h2-debug,Gecko-windows11-32-25h2-opt,Gecko-windows11-64-25h2-debug,Gecko-windows11-64-25h2-opt]
- fetchpriority attribute on <link> elements should reflect valid IDL values:
- /html/semantics/document-metadata/the-link-element/link-style-data-url-quirks.html [wpt.fyi]
- data: URL stylesheet with text/plain is blocked in quirks mode:
FAIL
- data: URL stylesheet with text/plain is blocked in quirks mode:
- /html/semantics/document-metadata/the-link-element/stylesheet-media-change-no-fetch.html [wpt.fyi]
- stylesheet should not re-fetch when media changes. The media change should apply immediately:
FAIL
- stylesheet should not re-fetch when media changes. The media change should apply immediately:
- /html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html [wpt.fyi]
- Check that a style sheet loaded by a <link> is available until its successor is loaded:
FAIL
- Check that a style sheet loaded by a <link> is available until its successor is loaded:
Comment 4•3 months ago
|
||
| bugherder | ||
Description
•