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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt

Issue 2498823002: Paint invalidation of local attachment backgrounds (Closed)
Patch Set: - Created 4 years, 1 month 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/overflow-scroll-local-background-text-color-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
index cd7fc597599869fbb58a9cc4519281b30a75da62..f69c7077b2255998df149e85445e6f924a99a24d 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
@@ -35,7 +35,7 @@
{
"object": "LayoutBlockFlow DIV id='scroller'",
"rect": [0, 0, 185, 550],
- "reason": "style change"
+ "reason": "background on scrolling contents layer"
}
]
},
@@ -82,7 +82,7 @@
"objectPaintInvalidations": [
{
"object": "Scrolling Contents Layer",
- "reason": "style change"
+ "reason": "background on scrolling contents layer"
},
{
"object": "LayoutBlockFlow DIV id='scroller'",

Powered by Google App Engine
This is Rietveld 408576698