tidy-html5/regression_testing/cases/legacy-cases/case-1002509@2.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

26 lines
481 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>multiple frameset</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="*">
<frameset cols="141,*">
<frame src="aa.htm" name="aa">
<frame src="bb.htm" name="bb">
<noframes>
<body></body>
</noframes>
</frameset>
</frameset>
<frameset>
<noframes>
<body></body>
</noframes>
</frameset>
</html>