Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / iframes.html
1 <html>
2 <head>
3     <title>This page has iframes</title>
4 </head>
5 <body>
6 <h1 id="iframe_page_heading">This is the heading</h1>
7
8 <iframe src="formPage.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
9         frameborder="0" height="600" scrolling="no" width="120" id="iframe1" name="iframe1-name" />
10 </body>
11 </html>