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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/overscroll/overscroll.html

Issue 2934853002: [Refactor] Use correct viewport style in Android tests (Closed)
Patch Set: bokan comments addressed 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta name="viewport" content="width=device-width, minimum-scale=1">
5
4 <style type="text/css"> 6 <style type="text/css">
5 body { 7 body {
6 height: 500px; 8 height: 500px;
7 width: 500px; 9 width: 500px;
8 margin: 0px; 10 margin: 0px;
9 } 11 }
10 </style> 12 </style>
11 </head> 13 </head>
12 <body> 14 <body>
13 </body> 15 </body>
14 </html> 16 </html>
15 17
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/overscroll/iframe-overscroll.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698