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

22 lines
289 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<p>Some text.</p>
<noscript>
<div>
<p>Some other text.</p>
</div>
</noscript>
<div>
<blockquote>
<p>Text</p>
<noscript>
<p>Text</p>
</noscript></blockquote>
</div>
</body>
</html>