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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/subtree-root-clip-2-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/subtree-root-clip-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/subtree-root-clip-2-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/subtree-root-clip-2-expected.txt
index feec5fd25fe095b3e95d7cf5a50d2779659ced3e..361b5d92776c60f58c3f5b68dfe749fa283e95e0 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/subtree-root-clip-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/subtree-root-clip-2-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow (floating) DIV",
"rect": [8, 8, 100, 100],
- "reason": "background obscuration change"
+ "reason": "background"
}
]
}
@@ -17,11 +17,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (floating) DIV",
- "reason": "background obscuration change"
+ "reason": "background"
},
{
"object": "LayoutBlockFlow DIV id='target'",
- "reason": "became visible"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698