RetroZilla/parser/htmlparser/tests/html/84000.html
2015-10-20 23:03:22 -04:00

13 lines
182 B
HTML

<html>
<head>
<title>IMG without attribute</title>
</head>
<frameset>
<frame name="TESTTHIS">
<frame name="SCODA">
<noframes>
<img src="mozilla.gif">
</noframes>
</frameset>
</html>