Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / resources / styles-iframe-data.html
1 <html>
2 <head>
3 <style type="text/css" media="screen">
4   body { background:green; }
5 </style>
6 <script>
7 function iframeOnload()
8 {
9     console.log("iframe loaded");
10 }
11 </script>
12 </head>
13
14 <body onload="iframeOnload()" id="iframeBody">
15 </body>
16
17 </html>