[wpt-sync] Sync PR 50738 - Fix <select> GetListItems crash
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50738 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50738
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Fix <select> GetListItems crash
GetListItems is supposed to track descendant \<optgroup> elements, but
the code which invalidates GetListItems was only looking for a parent
\<select> element when the \<optgroup> is inserted instead of any ancestor
\<select>.Fixed: 396475564
Change-Id: I905cf88542e3a01a77364f11bae023ec2a2a6ba1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6270416
Auto-Submit: Joey Arhar \<jarhar@chromium.org>
Reviewed-by: Traian Captan \<tcaptan@chromium.org>
Commit-Queue: Traian Captan \<tcaptan@chromium.org>
Commit-Queue: Joey Arhar \<jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1420785}
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
Chrome
PASS
: 1
Safari
TIMEOUT
: 1
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-listitems-crash.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:TIMEOUT
)
Tests Disabled in Gecko Infrastructure
- /html/semantics/forms/the-select-element/customizable-select/select-listitems-crash.html [wpt.fyi]:
SKIP
(Chrome:PASS
, Safari:TIMEOUT
)
Comment 4•6 months ago
|
||
bugherder |
Description
•