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

Side by Side Diff: Source/web/tests/data/content-width-1000.html

Issue 655763002: Revert of Made top controls work with virtual viewport pinch-to-zoom. (Blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/web/tests/PinchViewportTest.cpp ('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 3
4 <head> 4 <head>
5 <style> 5 <style>
6 body { 6 body {
7 margin: 0px; 7 margin: 0px;
8 } 8 }
9 #content { 9 #content {
10 width: 1000px; 10 width: 1000px;
11 height: 2000px; 11 height: 2000px;
12 background: silver; 12 background: silver;
13 margin: 0px;
14 }
15 ::-webkit-scrollbar {
16 width: 0px;
17 height: 0px;
18 } 13 }
19 </style> 14 </style>
20 </head> 15 </head>
21 16
22 <body> 17 <body>
23 <div id="content"> 18 <div id="content">
24 This page is 1000x2000 pixels. 19 This page is 1000x2000 pixels.
25 </div> 20 </div>
26 </body> 21 </body>
27 22
28 </html> 23 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/PinchViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698