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

16 lines
339 B
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>[ #441568 ] Font tags handling different</title>
<style type="text/css">
span.c2 {font-size: 120%}
blockquote.c1 {font-size: 120%}
</style>
</head>
<body>
<blockquote class="c1">
text-one
</blockquote><span class="c2">text-two</span>
</body>
</html>