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.
This commit is contained in:
Tim Ledbetter 2024-09-10 23:51:24 +01:00 committed by Andreas Kling
commit 67981af276
Notes: github-actions[bot] 2024-09-11 06:00:20 +00:00
3 changed files with 31 additions and 3 deletions

View file

@ -0,0 +1,4 @@
Radio button 1 initial checkedness: true
Radio button 2 initial checkedness: false
Radio button 1 checkedness: false
Radio button 2 checkedness: true