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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/forced-viewport-far.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 </head> 51 </head>
52 <body onload="runTest()"> 52 <body onload="runTest()">
53 <p> 53 <p>
54 Tests that a forced viewport repositions and scales an element that lies outside the normal painting area. 54 Tests that a forced viewport repositions and scales an element that lies outside the normal painting area.
55 </p> 55 </p>
56 <div id="near"></div> 56 <div id="near"></div>
57 <div id="far"></div> 57 <div id="far"></div>
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698