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

Side by Side Diff: Source/WebKit/chromium/tests/data/large-div.html

Issue 13880019: [Android WebView] Update viewport size and scale calculation to match WebView Classic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed Adam's comments Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 3
4 <head> 4 <head>
5 <style> 5 <style>
6 html, body {
7 overflow-x: hidden;
8 }
9 #content { 6 #content {
10 background: silver; 7 background: silver;
11 width: 1000px; 8 width: 1000px;
12 height: 1000px; 9 height: 1000px;
13 } 10 }
14 </style> 11 </style>
15 <head> 12 <head>
16 13
17 <body> 14 <body>
18 <div id="content"></div> 15 <div id="content"></div>
19 </body> 16 </body>
20 17
21 </html> 18 </html>
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/WebFrameTest.cpp ('k') | Source/WebKit/chromium/tests/data/viewport-2x-initial-scale.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698