Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 85b1a483112f9a4e140fce892116307d7c14096d
https://github.com/WebKit/WebKit/commit/85b1a483112f9a4e140fce892116307d7c14096d
Author: Anne van Kesteren <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/option-label-in-shadow-tree-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/option-label-in-shadow-tree-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/option-label-in-shadow-tree.html
M Source/WebCore/html/HTMLOptionElement.cpp
Log Message:
-----------
Enhanced <select>: option elements need to update their shadow tree even when
they have an owner
https://bugs.webkit.org/show_bug.cgi?id=313131
rdar://175441955
Reviewed by Tim Nguyen.
We still need to mark the shadow tree as needing updates even when we
already initialized an owner select element. Somehow we already did
this correctly for optgroup elements and used the wrong pattern here.
Tests:
imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/option-label-in-shadow-tree.html
Upstream: https://github.com/web-platform-tests/wpt/pull/59727
Canonical link: https://commits.webkit.org/312808@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications