tidy-html5/test/input/in_427811.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

17 lines
349 B
HTML

<html>
<head>
<title>[#427811] FRAME inside NOFRAME infinite loop</title>
</head>
<!--
<frameset rows="25%,*">
<frame src="title.html" name="p1" scrolling=no>
</frameset>
-->
<noframes>
<body bgcolor="#000000" text="#ffffff">
<h1>Need a Frame Capable Browser!</h1>
<frame src="body.html" name="p2">
</body>
</noframes>
</html>