Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / highlight / resources / highlight-node-scaled-iframe.html
blobaaed8712797058cbeba259a2487a5e3a61607a74
1 <html>
2 <head>
3 <style>
4 div {
5 margin: 7px;
6 padding: 13px;
7 border: 5px solid black;
8 position: absolute;
9 left: 11px;
10 top: 22px;
11 width: 33px;
12 height: 44px;
13 background-color: red;
15 </style>
16 </head>
18 <body>
19 <div id="div"></div>
20 <script>
21 top.iframeDivElement = document.getElementById("div");
22 </script>
23 </body>