Index: third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt |
index 231b84adf58875a5d02e13998f12b4c7b99ba3ce..5b5bcabe817edb8cc0172cf2ff453b42ce73d8c8 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt |
@@ -7,33 +7,28 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineTextBox 'Repaint me!'", |
- "rect": [0, 0, 0, 0], |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'Repaint me!'", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutSVGInlineText #text", |
+ "rect": [80, 0, 551, 114], |
"reason": "location change" |
}, |
{ |
- "object": "LayoutSVGInlineText #text", |
- "rect": [30, 0, 404, 58], |
- "reason": "location change" |
+ "object": "LayoutSVGRoot svg", |
+ "rect": [80, 0, 551, 114], |
+ "reason": "bounds change" |
}, |
{ |
- "object": "LayoutSVGInlineText #text", |
+ "object": "LayoutSVGText text id='bounce'", |
"rect": [80, 0, 551, 114], |
"reason": "location change" |
}, |
{ |
- "object": "LayoutSVGRoot svg", |
+ "object": "LayoutSVGInlineText #text", |
"rect": [30, 0, 404, 58], |
- "reason": "bounds change" |
+ "reason": "location change" |
}, |
{ |
"object": "LayoutSVGRoot svg", |
- "rect": [80, 0, 551, 114], |
+ "rect": [30, 0, 404, 58], |
"reason": "bounds change" |
}, |
{ |
@@ -42,18 +37,19 @@ |
"reason": "location change" |
}, |
{ |
- "object": "LayoutSVGText text id='bounce'", |
- "rect": [80, 0, 551, 114], |
+ "object": "InlineTextBox 'Repaint me!'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "InlineTextBox 'Repaint me!'", |
"reason": "location change" |
}, |
{ |
"object": "RootInlineBox", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
}, |
{ |
"object": "RootInlineBox", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
} |
] |