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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/page_with_scrollable_div.html
diff --git a/content/test/data/page_with_scrollable_div.html b/content/test/data/page_with_scrollable_div.html
new file mode 100644
index 0000000000000000000000000000000000000000..41c205f839baa22edf7629b1cdf6cb1a882035b0
--- /dev/null
+++ b/content/test/data/page_with_scrollable_div.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ div {
+ width: 200px;
+ height: 100px;
+ overflow: scroll;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="scrollable_div">
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse
+ finibus massa at leo hendrerit, in pulvinar justo tempor. Suspendisse
+ potenti. Suspendisse ex lectus, faucibus sed nisi vitae, sagittis molestie
+ dolor. Morbi aliquet gravida risus, vel tempus diam accumsan eu. Nam massa
+ lacus, commodo eu mi nec, feugiat semper risus. Cras aliquam convallis
+ venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus.
+ Nullam vel justo lectus.
+ </div>
+ <br />This page has a scrollable div.
+ </body>
+</html>
« 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