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

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

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed. Created 5 years, 10 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
1 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <style> 4 <style>
5 5
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 iframe { 10 iframe {
(...skipping 13 matching lines...) Expand all
24 24
25 function onload() 25 function onload()
26 { 26 {
27 if (window.eventSender) 27 if (window.eventSender)
28 window.eventSender.setPageScaleFactor(2, 0, 0); 28 window.eventSender.setPageScaleFactor(2, 0, 0);
29 runTest(); 29 runTest();
30 } 30 }
31 31
32 function test() 32 function test()
33 { 33 {
34 InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.b ind(InspectorTest), "scale-iframe"); 34 InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.b ind(InspectorTest));
35 } 35 }
36 36
37 </script> 37 </script>
38 </head> 38 </head>
39 39
40 <body onload="onload()"> 40 <body onload="onload()">
41 <iframe id="scale-iframe" src="resources/highlight-node-scaled-iframe.html"></if rame> 41 <iframe id="scale-iframe" src="resources/highlight-node-scaled-iframe.html"></if rame>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698