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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/relative-position-under-composited-scroll-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/relative-position-under-composited-scroll-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/relative-position-under-composited-scroll-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5061db3ba5e60d71981fdced15840599a7091ef1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/relative-position-under-composited-scroll-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+Tests paint invalidation when an object under composited scrolled container is
+set 'display: relative'. Passes if no red residue.
+<div style="overflow: scroll; width: 200px; height: 200px">
+ <div style="width: 600px; height: 600px; padding: 100px">
+ <div id="item" style="background-color: green; width: 50px; height: 50px"></div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698