mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
13 lines
182 B
HTML
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>
|