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

Side by Side Diff: Source/web/tests/data/body-overflow-visible.html

Issue 103583007: Ensure that if FrameView::isScrollable() is false, the assoc WebLayer is, too. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/ScrollingCoordinatorChromiumTest.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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 body {
5 overflow: hidden;
6 }
7 #a { 4 #a {
8 background-color: green; 5 background-color: green;
9 width: 100px; 6 width: 100px;
10 height: 3000px; 7 height: 3000px;
11 } 8 }
12 </style> 9 </style>
13 </head> 10 </head>
14 <body> 11 <body>
15 This page should be nonscrollable because of overflow: hidden on the body. 12 This page should be nonscrollable because of overflow: hidden on the body.
16 <div id="a"></div> 13 <div id="a"></div>
17 </body> 14 </body>
18 </html> 15 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698