freeCodeCamp/bower_components/jsdom/test/window/files/frameset_parent.html

10 lines
231 B
HTML
Raw Normal View History

2014-10-13 21:14:51 +00:00
<html>
<head></head>
<body>
<frameset>
<frame name='frame1' id='frame1ID' src="simple_iframe.html"></frame>
<frame name='frame2' id='frame2ID' src="simple_iframe.html"></frame>
</frameset>
</body>
</html>