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

Side by Side Diff: Source/web/tests/data/fractional-scroll-fixed-position-hidden.html

Issue 747903005: Pass integer scroll position to CC if frameView has non-layered viewport constrained objects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: call updateDescendantDependentFlags() before calling hasVisibleContent() otherwise it crashes Created 6 years 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 <style>
3 #settings {
4 width: 100px;
5 height: 100px;
6 position: fixed;
7 top: 0px;
8 background-color:red;
9 visibility: hidden;
10 }
11 </style>
12 <html>
13 <body style="width:1000px;height:2000px;">
14 <div id="settings">
15 </div>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698