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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/page/get-layout-metrics.html

Issue 2951643002: [DevTools] Prepare inspector-protocol tests to new test runner (Closed)
Patch Set: css3/fonts Created 3 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <script src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></s cript> 4 <script src="../../http/tests/inspector-protocol/resources/inspector-protocol-te st.js"></script>
5 5
6 <style> 6 <style>
7 body { 7 body {
8 min-height: 2000px; 8 min-height: 2000px;
9 } 9 }
10 </style> 10 </style>
11 11
12 <script> 12 <script>
13 function test() 13 function test()
14 { 14 {
(...skipping 16 matching lines...) Expand all
31 } 31 }
32 </script> 32 </script>
33 33
34 </head> 34 </head>
35 <body onload="runTest()"> 35 <body onload="runTest()">
36 <p> 36 <p>
37 Tests that Page.getLayoutMetrics returns reasonable values. 37 Tests that Page.getLayoutMetrics returns reasonable values.
38 </p> 38 </p>
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698