LibWeb: Ensure ParentNode.getElementsByClassName() matches all classes

This commit is contained in:
Tim Ledbetter 2024-08-03 19:21:51 +01:00 committed by Andreas Kling
commit 96c0cbf584
Notes: github-actions[bot] 2024-08-04 08:40:05 +00:00
3 changed files with 25 additions and 3 deletions

View file

@ -0,0 +1,4 @@
document.getElementsByClassName("te st").length: 3
<DIV id="1" >
<DIV id="2" >
<DIV id="3" >