| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-mask-creation-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-mask-creation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-mask-creation-expected.txt | 
| index 87f7e9086060f7aa36aedbf3a8bbf3cc2049448c..fb6c61edad0ad1f8070f603ec486573bc92094d3 100644 | 
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-mask-creation-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-mask-creation-expected.txt | 
| @@ -9,7 +9,7 @@ | 
| { | 
| "object": "LayoutSVGRect rect", | 
| "rect": [0, 100, 800, 100], | 
| -          "reason": "style change" | 
| +          "reason": "full" | 
| } | 
| ] | 
| } | 
| @@ -17,7 +17,7 @@ | 
| "objectPaintInvalidations": [ | 
| { | 
| "object": "LayoutSVGRect rect", | 
| -      "reason": "style change" | 
| +      "reason": "full" | 
| }, | 
| { | 
| "object": "LayoutSVGResourceMasker mask id='dynMask'", | 
|  |