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

Side by Side Diff: Source/web/tests/data/fullscreen_div.html

Issue 200943002: Fix an issue that fullscreen layer is scrollable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using setScrollClipLayer to do the trick Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div#div1 {
4 background: blue;
5 width: 200px;
6 height: 200px;
7 }
8 div#div2 {
9 background: red;
10 width: 2000px;
11 height: 2000px;
12 }
13 </style>
14 <body">
15 <div id="div1">will go fullscreen</div>
16 <div id="div2">will not go fullscreen</div>
17 </body>
OLDNEW
« Source/core/page/scrolling/ScrollingCoordinator.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698