dom: implement lwc_string

and unit tests for document.GetElementByClassName
This commit is contained in:
Pierre Tachoire
2023-11-19 08:48:10 +01:00
parent 9acf3fb209
commit 47e52b8217
3 changed files with 25 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<div id='content'>
<a id='link' href='foo'>OK</a>
<p id='para-empty'>
<a id='link' href='foo' class='ok'>OK</a>
<p id='para-empty' class='ok empty'>
<span id='para-empty-child'></span>
</p>
<p id='para'> And</p>