mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
LibWeb: Ensure ParentNode.getElementsByClassName()
matches all classes
This commit is contained in:
parent
14267b5d63
commit
96c0cbf584
Notes:
github-actions[bot]
2024-08-04 08:40:05 +00:00
Author: https://github.com/tcl3
Commit: 96c0cbf584
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/947
3 changed files with 25 additions and 3 deletions
|
@ -0,0 +1,4 @@
|
|||
document.getElementsByClassName("te st").length: 3
|
||||
<DIV id="1" >
|
||||
<DIV id="2" >
|
||||
<DIV id="3" >
|
Loading…
Add table
Add a link
Reference in a new issue