ladybird/Tests/LibWeb/Text
Sam Atkins c00c0846c0 LibWeb: Don't double-dispatch click events on a label's child input
If the user clicked directly on the input inside a label, then it
already received a click event. Dispatching a second one via the label
is redundant, and means that if the input is a checkbox, it gets its
value toggled twice.
2025-04-15 12:34:24 +01:00
..
data LibWeb: Add Extended Tests for Window BarProps 2025-03-29 02:35:27 +00:00
expected LibWeb: Don't double-dispatch click events on a label's child input 2025-04-15 12:34:24 +01:00
input LibWeb: Don't double-dispatch click events on a label's child input 2025-04-15 12:34:24 +01:00