tidy-html5/regression_testing/cases/legacy-cases/case-1002509@2.html

26 lines
481 B
HTML
Raw Normal View History

<!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>