Parse and histogram LevelDB corruption errors.
[chromium-blink-merge.git] / third_party / webdriver / test_data / iframes.html
blobe00b482aa00bcc506427cac7b44ae7991e6f27f8
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>
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>