ladybird/Tests/LibWeb/Text/expected/HTML/HTMLInputElement-radio-groups.txt
Tim Ledbetter 67981af276 LibWeb: Don't group radio buttons from different trees together
Previously, we were searching for other radio buttons from the document
root, rather than the element root.
2024-09-11 07:59:29 +02:00

4 lines
150 B
Text

Radio button 1 initial checkedness: true
Radio button 2 initial checkedness: false
Radio button 1 checkedness: false
Radio button 2 checkedness: true