Index: third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
index 86c2f714d6dfa87db4c180a7da79c9c77ed0136e..05466730db5aaa422346f1cddadf2adeed0ec2f7 100644 |
--- a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
@@ -7,22 +7,12 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutSVGContainer use id='use'", |
- "rect": [1, 0, 99, 100], |
- "reason": "incremental" |
- }, |
- { |
"object": "LayoutSVGRect rect", |
"rect": [0, 0, 110, 110], |
"reason": "full" |
}, |
{ |
"object": "LayoutSVGRect rect id='rect'", |
- "rect": [0, 0, 1, 100], |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutSVGRect rect id='rect'", |
"rect": [0, 0, 100, 100], |
"reason": "full" |
}, |
@@ -30,6 +20,16 @@ |
"object": "LayoutSVGRect rect id='rect'", |
"rect": [0, 0, 100, 100], |
"reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutSVGContainer use id='use'", |
+ "rect": [1, 0, 99, 100], |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutSVGRect rect id='rect'", |
+ "rect": [0, 0, 1, 100], |
+ "reason": "layoutObject removal" |
} |
] |
} |