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

Side by Side Diff: content/test/data/page_with_scrollable_div.html

Issue 2740133002: Mark sub-frame root layer non-fast scrollable when wheel handlers present. (Closed)
Patch Set: Add mainframe version of test for verification. Created 3 years, 9 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 width: 200px;
7 height: 100px;
8 overflow: scroll;
9 }
10 </style>
11 </head>
12 <body>
13 <div id="scrollable_div">
14 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse
15 finibus massa at leo hendrerit, in pulvinar justo tempor. Suspendisse
16 potenti. Suspendisse ex lectus, faucibus sed nisi vitae, sagittis molestie
17 dolor. Morbi aliquet gravida risus, vel tempus diam accumsan eu. Nam massa
18 lacus, commodo eu mi nec, feugiat semper risus. Cras aliquam convallis
19 venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus.
20 Nullam vel justo lectus.
21 </div>
22 <br />This page has a scrollable div.
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698