tidy-html5/regression_testing/cases/legacy-cases/case-427823@1.html

19 lines
314 B
HTML

<html>
<head>
<title>[ #427823 ] Multiple &lt;BODY&gt;'s in &lt;NOFRAMES&gt; allowed</title>
</head>
<frameset>
<frame>
<noframes>
<body>
Text in body 1.
</body>
<body>
Text in illegal body 2.
</body>
Text in inferred illegal body 3.
</noframes>
</frameset>
</html>
Text in inferred illegal body 4.