summaryrefslogtreecommitdiffstats
path: root/third_party/webdriver/test_data/frameset.html
blob: 7c0eec22bca3d4cdf3e83d3c62dd47246ad3d04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>Unique title</title>
  </head>
<frameset cols="*, *, *, *, *, *, *">
    <frame name="first" src="page/1"/>
    <frame name="second" src="page/2?title=Fish"/>
    <frame name="third" src="formPage.html"/>
    <frame name="fourth" src="framesetPage2.html"/>
    <frame id="fifth" src="xhtmlTest.html"/>
    <frame id="sixth" src="iframes.html"/>
    <frame id="seventh.withadot" src="page/3"/>
</frameset>
</html>