[wpt-sync] Sync PR 59641 - Allow <input> in <select> before <option>s
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
93.88 KB,
text/plain
|
Details |
Sync web-platform-tests PR 59641 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/59641
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Allow <input> in <select> before <option>s
This patch allows behind a flag and UseCounts when an \<input> is parsed
inside a \<select> before any \<option> elements were parsed inside the
\<select>. Before this patch, \<input> would close their ancestor \<select>
before being inserted.Bug: 396300371
Change-Id: Ia2e3aeb4894e798a950d1b3732208134908f8fdc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7804988
Reviewed-by: Joey Arhar \<jarhar@chromium.org>
Reviewed-by: Mason Freed \<masonf@chromium.org>
Commit-Queue: Joey Arhar \<jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1625031}
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1a8a88351e9be020515d2af4fd02c5e28316c33c
| Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 132 tests
Status Summary
Firefox
OK : 2[GitHub] 58[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: 7[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt] 19[GitHub] 67[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] 72[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 82[Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt] 83[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
FAIL: 2[GitHub] 116[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 143[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] 171[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt] 172[Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
Chrome
OK : 2
PASS: 20
FAIL: 1
Safari
OK : 2
PASS: 19
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
(See attachment for full changes)
Comment 4•1 month ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f4c018dccbcf
https://hg.mozilla.org/mozilla-central/rev/5ea7fcde4d21
Description
•