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

21 lines
383 B
HTML

<!DOCTYPE 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.
<div>
Text in illegal body 2.
</div>
<p>Text in inferred illegal body 3.</p>
<p>Text in inferred illegal body 4.</p>
</body>
</noframes>
</frameset>
</html>