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

12 lines
366 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>[ 525081 ] frameset rows attr. not recognized</title>
</head>
<frameset rows="100%,0%" cols="100%,0%">
<frame noresize src="mainframe.html" name="main">
<frame noresize frameborder="0" marginwidth="0"
marginheight="0" scrolling="no" src="dummy.html"
name="dummy">
</frameset>
</html>