gecko/docshell/test/chrome/bug301397_1.html

10 lines
143 B
HTML
Raw Normal View History

2009-08-12 15:42:10 -07:00
<!DOCTYPE html>
<html>
<head>
<title>iframe parent</title>
</head>
<body>
<iframe id="iframe" src="bug301397_2.html"/>
</body>
</html>