tidy-html5/regression_testing/cases/legacy-expects/case-427823.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04: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>