summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webdriver/test_data/frameset.html
blob: 039c5f21772c5a87ab685bfe75b445bdcfa9de96 (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="sixth.iframe1" src="page/3"/>
</frameset>
</html>