ladybird/Tests/LibWeb/Text/expected/wpt-import/custom-elements
Veeti Paananen 2b365120f8 LibWeb: Allow HTMLLabelElement to delegate activation behavior
When a label's activation behavior runs for a form-associated custom
element whose shadow root has delegatesFocus: true, the shadow host is
not itself a focusable area. The old is_focusable() check prevented
run_focusing_steps from ever being called, which means
get_focusable_area never got a chance to descend into the shadow root
via focus_delegate.

Fixes WPT custom-elements/form-associated/label-delegatesFocus.html.
2026-05-26 09:29:13 +02:00
..
form-associated LibWeb: Allow HTMLLabelElement to delegate activation behavior 2026-05-26 09:29:13 +02:00
parser LibWeb: Don't crash when upgrading custom element with a bad constructor 2025-01-13 10:55:46 +00:00
reactions Tests: Import ARIAMixin string attributes CEReactions tests (no code) 2024-12-20 05:17:05 -08:00
registries Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
state LibWeb/CSS: Implement basic ::part() matching 2025-12-15 14:12:39 +00:00
upgrading IDLGenerators: Throw TypeError if custom element is already constructed 2025-02-22 05:39:23 -05:00
builtin-coverage.txt LibWeb: Set is value when creating a customized built-in element 2025-02-04 20:07:32 +00:00
cross-realm-callback-report-exception.txt LibWeb: Update create_element() to follow the latest specification 2025-02-04 20:07:32 +00:00
CustomElementRegistry.txt LibWeb: Order connectedMoveCallback before adoptedCallback 2026-04-12 18:13:09 +02:00
upgrading.txt LibWeb: Implement scoped custom element registries 2026-03-27 19:49:55 +00:00