netsurf: add test html file

Signed-off-by: Francis Bouvier <francis.bouvier@gmail.com>
This commit is contained in:
Francis Bouvier
2023-09-21 17:06:27 +02:00
parent 8a9fbf03fb
commit 4708dbd679

8
test.html Normal file
View File

@@ -0,0 +1,8 @@
<div id='content'>
<a id='link' href='foo'>OK</a>
<p id='para-empty'>
<span id='para-empty-child'></span>
</p>
<p id='para'> And</p>
<!--comment-->
</div>