tidy-html5/regression_testing/cases/legacy-expects/case-1410061b.html

17 lines
361 B
HTML
Raw Normal View History

<!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>