- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / framesetPage2.html
1 <html>
2 <head></head>
3 <frameset cols="*, *">
4     <frame name="child1" src="page/10"/>
5     <frame name="child2" src="page/11"/>
6 </frameset>
7 </html>