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

17 lines
305 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>1410061 - issue 2 - inline propagation</title>
<style type="text/css">
span.c1 {font-size: 200%}
</style>
</head>
<body>
<b><span class="c1">In bold</span></b>
<ul>
<li><span class="c1">Not in bold</span></li>
</ul>
</body>
</html>