cthulhu/test/html/ul-no-li.html

10 lines
156 B
HTML
Raw Normal View History

<html>
<body>
<ul>Line 1</ul>
<ul><div>Line 2<div></ul>
<ui>Line <a href="foo">3</a></ul>
<ul><ul>Line 4</ul></ul>
<ul><li>Line 5</li></ul>
</body>
</html>