5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
21 lines
383 B
HTML
21 lines
383 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>[ #427823 ] Multiple <BODY>'s in <NOFRAMES>
|
|
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>
|