tidy-html5/regression_testing/cases/legacy-expects/case-487204.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

22 lines
449 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html401/loose.dtd">
<html>
<head>
<title>[ #487204 ] Duplicate DIV style attribute
generated</title>
<style type="text/css">
div.c2 {margin-left: 2em; margin-top: 0in}
ol.c1 {margin-top:0in}
</style>
</head>
<body>
<div class='c2'>
<ol class='c1'>
<li>One</li>
<li>Two</li>
<li>Three</li>
</ol>
</div>
</body>
</html>