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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/relative-position-under-composited-scroll-expected.html

Issue 1945983002: Set layers needsRepaint along the original compositingContainer chain if stacking status changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 Tests paint invalidation when an object under composited scrolled container is
3 set 'display: relative'. Passes if no red residue.
4 <div style="overflow: scroll; width: 200px; height: 200px">
5 <div style="width: 600px; height: 600px; padding: 100px">
6 <div id="item" style="background-color: green; width: 50px; height: 50px"></ div>
7 </div>
8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698