ladybird/Tests/LibWeb/Text
Khaled Lakehal 9a071c9e89 LibWeb/HTML: Fix behavior when removing multiple from select element
This change ensures correct behavior when the `multiple` attribute is
removed from a `select` element, reducing the number of selected
`option` elements to one.

Fixes a failing WPT test:
https://wpt.live/html/semantics/forms/the-select-element/select-multiple.html
2025-05-27 18:58:31 +12:00
..
data LibWeb: Add Extended Tests for Window BarProps 2025-03-29 02:35:27 +00:00
expected LibWeb/HTML: Fix behavior when removing multiple from select element 2025-05-27 18:58:31 +12:00
input LibWeb/Editing: Handle no active range in queryCommandState 2025-05-26 23:36:44 +02:00