Files
browser/test.html
Pierre Tachoire 47e52b8217 dom: implement lwc_string
and unit tests for document.GetElementByClassName
2023-11-20 14:57:42 +01:00

9 lines
197 B
HTML

<div id='content'>
<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>
<!--comment-->
</div>