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

10 lines
316 B
HTML
Raw Normal View History

2014-10-13 21:14:51 +00:00
<html>
<head>
</head>
<body>
<iframe name='frame1' id='frame1ID' src='files/simple_iframe.html'></iframe>
<iframe name='frame2' id='frame2ID' src='files/simple_iframe.html'></iframe>
<iframe name='frame3' id='frame3ID' src='files/simple_iframe.html'></iframe>
</body>
</html>