- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / chromedriver / frame_test.html
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
7 {
8   border-style:sold;
9   border-left-width:100px;
10   border-top-width:100px;
11 }
12 </style>
13 </head>
14 <body>
15 <p>Below is an iframe.</p>
16 <iframe src="empty.html"></iframe>
17 </body>
18 </html>