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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
index f588ad54ee4437a200a568fa16f7cd7abfc92c22..1df54e6574af60b09d4ee200e97dac2d226a67fd 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
@@ -35,7 +35,7 @@
{
"object": "LayoutBlockFlow DIV id='scroller'",
"rect": [0, 0, 185, 552],
- "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