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

23 lines
484 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title></title>
</head>
<body>
<p>All six of these should be numbered, I think (I'm not sure):</p>
<ol>
<li style="color: green;">First</li>
<li style="background: red"></li>
<li style="color: navy">Third</li>
<li style="border: medium solid red"></li>
<li style="color: maroon">Fifth</li>
<li style="border: medium solid red; height: 1em;"></li>
</ol>
</body>
</html>