RetroZilla/parser/htmlparser/tests/html/84000.html

13 lines
182 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>IMG without attribute</title>
</head>
<frameset>
<frame name="TESTTHIS">
<frame name="SCODA">
<noframes>
<img src="mozilla.gif">
</noframes>
</frameset>
</html>