Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Side by Side Diff: LayoutTests/inspector/elements/resources/highlight-node-scaled-iframe.html

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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;
14 }
15 </style>
16 </head>
17
18 <body>
19 <div id="div"></div>
20 <script>
21 top.iframeDivElement = document.getElementById("div");
22 </script>
23 </body>
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698