RetroZilla/layout/html/tests/block/bugs/6093.html
2015-10-20 23:03:22 -04:00

16 lines
189 B
HTML

<html> <head>
<title> </title>
</head>
<body>
<ol>
<h1>
<li>List Item 1.</li>
</h1>
<h1>
<li>list item 2.
</h1>
</li>
<li><h1>list item 3</h1></li>
</ol>
</body> </html>