tidy-html5/test/testbase/out_431731.html
2015-05-13 13:38:40 +02:00

17 lines
356 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>[ #431731 ] Inline emphasis inconsistent
propagation</title>
<style type="text/css">
span.c1 {font-size: 70%}
</style>
</head>
<body>
<span class=
"c1"><noscript><span>inside</span></noscript>OUTSIDE</span><br>
<span class=
"c1"><noscript>X<span>inside</span></noscript>OUTSIDE</span>
</body>
</html>