tidy-html5/test/input/in_427823.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

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.