Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / chromedriver / nested.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Contains a nested iframe</title>
5   </head>
6   <body>
7     <p>One</p>
8     <iframe src="outer.html">
9   </body>
10 </html>