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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/svg/custom/mask-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
index f87069933428a4df2a7a70fb17fc2d798f5d7b60..fcb6e643443277dde2d96511a8322e578fd60b27 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutSVGRect rect id='maskRect'",
"rect": [100, 100, 460, 316],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGRect rect id='maskRect'",
"rect": [50, 50, 460, 316],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGContainer g id='root'",

Powered by Google App Engine
This is Rietveld 408576698