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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt

Issue 2254893005: Fix visual rect for background box painting in composited scrollers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deal with delayed-invalidation object. Created 4 years, 4 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/composited-overflow-with-local-background-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
index 7ca439fcc184a32d7f64e2ec476ff0b66d8e093c..8d6d40acf61a3c811507a6dac3724de4f7d254de 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt
@@ -72,6 +72,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "Scrolling Contents Layer",
+ "reason": "style change"
+ },
+ {
"object": "LayoutBlockFlow DIV id='scroller'",
"reason": "style change"
}

Powered by Google App Engine
This is Rietveld 408576698