summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/framesetPage2.html
blob: 5190ceb6ce8be3581f5077a24ff6289d98961a8a (plain)
1
2
3
4
5
6
7
<html>
<head></head>
<frameset cols="*, *">
    <frame name="child1" src="test.html"/>
    <frame name="child2" src="test.html"/>
</frameset>
</html>