Index: third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-expected.txt |
index 7203efea5f57e9e468ae81908e7a566faed8db43..9e890ed1b3ced7bb6b59d7948e6059cd1be68b8a 100644 |
--- a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update-expected.txt |
@@ -7,28 +7,24 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
+ "object": "LayoutSVGText text", |
+ "rect": [8, 8, 100, 100], |
+ "reason": "SVG resource change" |
+ }, |
+ { |
"object": "InlineTextBox 'X'", |
- "rect": [0, 0, 0, 0], |
"reason": "none" |
}, |
{ |
"object": "LayoutSVGInlineText #text", |
- "rect": [0, 0, 0, 0], |
"reason": "none" |
}, |
{ |
"object": "LayoutSVGResourcePattern pattern id='pat'", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
}, |
{ |
- "object": "LayoutSVGText text", |
- "rect": [8, 8, 100, 100], |
- "reason": "SVG resource change" |
- }, |
- { |
"object": "RootInlineBox", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
} |
] |