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

Side by Side Diff: Source/WebKit/chromium/tests/data/touch-overflow-scrolling.html

Issue 12254005: Merge 141769 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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/WebKit/chromium/tests/data/overflow-scrolling.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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 #scrollable {
6 width: 10px;
7 height: 10px;
8 overflow: scroll;
9 -webkit-overflow-scrolling: touch;
10 }
11 .content {
12 width: 100px;
13 height: 1000px;
14 }
15 </style>
16 </head>
17
18 <body>
19 <div id="scrollable">
20 <div class="content"></div>
21 </div>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/data/overflow-scrolling.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698