tidy-html5/regression_testing/cases/legacy-expects/case-1004512.html

15 lines
267 B
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>font tag with -clean</title>
<style type="text/css">
span.c1 {font-size: 120%}
</style>
</head>
<body>
<ul>
<li><span class="c1">y2</span></li>
</ul>
</body>
</html>