Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/html-aam/roles-dynamic-switch.tentative.window.txt
sideshowbarker 583ca6af89 LibWeb: Implement <input type=checkbox switch> experimentally
In conformance with the requirements of the spec PR at
https://github.com/whatwg/html/pull/9546, this change adds support for
the “switch” attribute for type=checkbox “input” elements — which is
shipping in Safari (since Safari 17.4). This change also implements
support for exposing it to AT users with role=switch.
2024-12-13 11:31:27 +00:00

11 lines
408 B
Plaintext

Harness status: OK
Found 6 tests
6 Pass
Pass Disconnected <input type=checkbox switch>
Pass Connected <input type=checkbox switch>
Pass Connected <input type=checkbox switch>: adding switch attribute
Pass Connected <input type=checkbox switch>: removing switch attribute
Pass Connected <input type=checkbox switch>: removing type attribute
Pass Connected <input type=checkbox switch>: adding type attribute