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

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: nits 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
« no previous file with comments | « Source/web/tests/WebFrameTest.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
(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">
cimamoglu (inactive) 2014/03/19 14:23:07 remove the quote symbol "
qinmin 2014/03/19 16:44:58 Done.
15 <div id="div1">will go fullscreen</div>
16 <div id="div2">will not go fullscreen</div>
17 </body>
OLDNEW
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698