Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / chromedriver / frame_test.html
blob98b8d1c2e6f08f8b66733215762c84120d6bd50b
1 <html>
2 <head>
3 <title>frame test</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <style>
6 iframe
8 border-style:sold;
9 border-left-width:100px;
10 border-top-width:100px;
12 </style>
13 </head>
14 <body>
15 <p>Below is an iframe.</p>
16 <iframe src="empty.html"></iframe>
17 </body>
18 </html>