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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-partial.html

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp 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 margin: 0; 8 margin: 0;
9 min-height: 1000px; 9 min-height: 1000px;
10 } 10 }
11 </style> 11 </style>
12 12
13 <script> 13 <script>
14 function dumpMetrics() 14 function dumpMetrics()
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 } 129 }
130 </script> 130 </script>
131 131
132 </head> 132 </head>
133 <body onload="runTest()"> 133 <body onload="runTest()">
134 <p> 134 <p>
135 Tests that overriding only a single parameter does not affect others. 135 Tests that overriding only a single parameter does not affect others.
136 </p> 136 </p>
137 </body> 137 </body>
138 </html> 138 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698