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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/device-mode/forced-viewport-near-expected.html

Issue 2960263002: [DevTools] Move pixel tests from inspector-protocol to inspector (Closed)
Patch Set: rebased Created 3 years, 5 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 <style> 4 <style>
5 html { 5 html {
6 overflow: hidden; 6 overflow: hidden;
7 } 7 }
8 8
9 body { 9 body {
10 margin: 0; 10 margin: 0;
11 min-height: 1000px; 11 min-height: 1000px;
12 overflow: hidden; 12 overflow: hidden;
13 } 13 }
14 14
15 #near { 15 #near {
16 position: absolute; 16 position: absolute;
17 left: 0px; 17 left: 0px;
18 top: 0px; 18 top: 0px;
19 width: 200px; 19 width: 200px;
20 height: 200px; 20 height: 200px;
21 background-color: red; 21 background-color: red;
22 } 22 }
23 </style> 23 </style>
24 24
25 </head> 25 </head>
26 <body> 26 <body>
27 <div id="near"></div> 27 <div id="near"></div>
28 </body> 28 </body>
29 </html> 29 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698