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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/forced-viewport-near.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 html { 7 html {
8 overflow: hidden; 8 overflow: hidden;
9 } 9 }
10 10
11 body { 11 body {
12 margin: 0; 12 margin: 0;
13 min-height: 1000px; 13 min-height: 1000px;
14 overflow: hidden; 14 overflow: hidden;
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 </head> 56 </head>
57 <body onload="runTest()"> 57 <body onload="runTest()">
58 <p> 58 <p>
59 Tests that a forced viewport repositions and scales an element that lies inside the normal painting area. Also verifies that applying a subsequent forced viewpo rt updates an prior one. 59 Tests that a forced viewport repositions and scales an element that lies inside the normal painting area. Also verifies that applying a subsequent forced viewpo rt updates an prior one.
60 </p> 60 </p>
61 <div id="near"></div> 61 <div id="near"></div>
62 <div id="far"></div> 62 <div id="far"></div>
63 </body> 63 </body>
64 </html> 64 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698