tidy-html5/regression_testing/cases/legacy-expects/case-1410061b.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

17 lines
361 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>1410061 - issue 1 inferred ul</title>
<style type="text/css">
span.c1 {font-size: 200%}
</style>
</head>
<body>
<b><span class="c1">In bold</span></b>
<li><span class="c1">Not in bold</span></li>
<li><span class="c1">With font size 6</span></li>
<li><span class="c1">But should NOT be indented</span></li>
</body>
</html>