tidy-html5/test/input/in_1002509.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09: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>