Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles / resources / styles-source-lines-inline-iframe.html
blobc6738cbffee5f2cf804edd51cadbfa9c8290660f
1 <html>
2 <head>
3 <style>
4 .bar {
5 color: red;
7 </style>
8 <script>
9 function iframeOnload()
11 window.parent.iframeLoaded = true;
13 </script>
14 </head>
16 <body onload="iframeOnload()">
17 <div id="bar" class="bar">Bar</div>
18 </body>
20 </html>