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

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>