Index: third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt |
index 731c7db12b5385a6fd67ce6d115524912607bd76..ec28644556695cd8906047b570be8095664be76e 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt |
@@ -8,17 +8,16 @@ |
"paintInvalidations": [ |
{ |
"object": "LayoutSVGRect rect", |
- "rect": [0, 100, 800, 100], |
- "reason": "style change" |
+ "rect": [0, 0, 800, 300], |
+ "reason": "layoutObject insertion" |
}, |
{ |
"object": "LayoutSVGRect rect", |
- "rect": [0, 0, 800, 300], |
- "reason": "layoutObject insertion" |
+ "rect": [0, 100, 800, 100], |
+ "reason": "style change" |
}, |
{ |
"object": "LayoutSVGResourceMasker mask id='dynMask'", |
- "rect": [0, 0, 0, 0], |
"reason": "layoutObject insertion" |
} |
] |