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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/device-mode/forced-viewport-reset-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;
(...skipping 22 matching lines...) Expand all
33 33
34 </head> 34 </head>
35 <body> 35 <body>
36 <p> 36 <p>
37 Tests that resetting an earlier forced viewport restores the viewport back to or iginal area. 37 Tests that resetting an earlier forced viewport restores the viewport back to or iginal area.
38 </p> 38 </p>
39 <div id="near"></div> 39 <div id="near"></div>
40 <div id="far"></div> 40 <div id="far"></div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698