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

Side by Side Diff: Source/web/tests/data/200-by-800-viewport.html

Issue 556703005: Initial draft - modify ViewportAnchor to know about both inner and outer viewports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reapplying patch set 11 after a mac test 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 <meta name="viewport" content="width=200"> 5 <meta name="viewport" content="width=200">
6 <style> 6 <style>
7 ::-webkit-scrollbar { 7 ::-webkit-scrollbar {
8 width: 0px; 8 width: 0px;
9 height: 0px; 9 height: 0px;
10 } 10 }
11 body { 11 body {
12 margin: 0px; 12 margin: 0px;
13 } 13 }
14 #content { 14 #content {
15 background: silver; 15 background: silver;
16 width: 200px; 16 width: 200px;
17 height: 300px; 17 height: 800px;
18 } 18 }
19 </style> 19 </style>
20 </head> 20 </head>
21 21
22 <body> 22 <body>
23 <div id="content">a</div> 23 <div id="content">a</div>
24 </body> 24 </body>
25 25
26 </html> 26 </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