Index: third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract-expected.txt |
index 158ceda5cb447f84f1af66aecd6b5951f5486755..0aac01c0c2108d5777958e51c9375d9373c8654a 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract-expected.txt |
@@ -7,9 +7,9 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutSVGRect rect", |
- "rect": [100, 0, 100, 200], |
- "reason": "incremental" |
+ "object": "LayoutSVGViewportContainer svg id='inner'", |
+ "rect": [0, 0, 200, 200], |
+ "reason": "full" |
}, |
{ |
"object": "LayoutSVGRect rect", |
@@ -17,9 +17,9 @@ |
"reason": "incremental" |
}, |
{ |
- "object": "LayoutSVGViewportContainer svg id='inner'", |
- "rect": [0, 0, 200, 200], |
- "reason": "full" |
+ "object": "LayoutSVGRect rect", |
+ "rect": [100, 0, 100, 200], |
+ "reason": "incremental" |
} |
] |
} |