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

10 lines
231 B
HTML

<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>