cthulhu/test/html/broken-list.html

13 lines
139 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<p>line 1</p>
<ol>
<li>item</li>
<li><a href="foo">item</a></li> not item
<li>item</li>
</ol>
</body>
</html>