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 a1bd21c43ec8d13963bbe51db9b13d3235e4599e..f87069933428a4df2a7a70fb17fc2d798f5d7b60 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt |
@@ -7,6 +7,16 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
+ "object": "LayoutSVGRect rect id='maskRect'", |
+ "rect": [100, 100, 460, 316], |
+ "reason": "location change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect id='maskRect'", |
+ "rect": [50, 50, 460, 316], |
+ "reason": "location change" |
+ }, |
+ { |
"object": "LayoutSVGContainer g id='root'", |
"rect": [50, 50, 453, 299], |
"reason": "bounds change" |
@@ -17,24 +27,14 @@ |
"reason": "layoutObject removal" |
}, |
{ |
- "object": "LayoutSVGRect rect", |
- "rect": [100, 100, 403, 249], |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "LayoutSVGRect rect id='maskRect'", |
- "rect": [50, 50, 460, 316], |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutSVGRect rect id='maskRect'", |
- "rect": [100, 100, 460, 316], |
- "reason": "location change" |
- }, |
- { |
"object": "LayoutSVGRoot svg", |
"rect": [50, 50, 453, 299], |
"reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect", |
+ "rect": [100, 100, 403, 249], |
+ "reason": "layoutObject insertion" |
} |
] |
} |