[wpt-sync] Sync PR 45457 - Fix `<meta>` post-insertion steps expectations
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45457 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45457
Details from upstream follow.
Dominic Farolino <dom@chromium.org> wrote:
Fix
<meta>post-insertion steps expectationsSee https://github.com/whatwg/html/issues/10241 for the recommendation
to change these test expectations to align with Chromium and WebKit's
behavior.FWIW, I did try and change the processing of these kinds of meta tags
in Chromium to use the insertion steps 1, and without any extra work
at least, this caused a bunch of crashes 2.So this change (changing the test expectations) is easier, and aligns
with more browsers.Bug: 40150299
Change-Id: I60f8ba556984bc1e8df4ba6e1dc375b1dfb7823d
Reviewed-on: https://chromium-review.googlesource.com/5410497
WPT-Export-Revision: 1afe6c5e11f5a591e31798611aa4a85276f112c3
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 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
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html [wpt.fyi]
- Inserting <meta> that uses alternate stylesheets, applies the style during DOM post-insertion steps:
FAIL(Chrome:FAIL, Safari:FAIL)
- Inserting <meta> that uses alternate stylesheets, applies the style during DOM post-insertion steps:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1d169b7685a9
https://hg.mozilla.org/mozilla-central/rev/c9832438a20f
Description
•