summaryrefslogtreecommitdiffstats
path: root/third_party/webdriver/test_data/framesetPage2.html
blob: 4ea35ff71b7fbff72f859039d3872fbd72230973 (plain)
1
2
3
4
5
6
7
<html>
<head></head>
<frameset cols="*, *">
    <frame name="child1" src="page/10"/>
    <frame name="child2" src="page/11"/>
</frameset>
</html>