RetroZilla/layout/html/tests/block/bugs/6093.html

16 lines
189 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>