Index: third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-repaint-including-stroke-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-repaint-including-stroke-expected.txt |
index 431d511876936badde854174cab174156152ad36..62a0f993272c3e318e2517b8894daed61db4504e 100644 |
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-repaint-including-stroke-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/mac/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, 118], |
"reason": "location change" |
}, |
{ |
- "object": "LayoutSVGInlineText #text", |
- "rect": [30, 0, 404, 60], |
- "reason": "location change" |
+ "object": "LayoutSVGRoot svg", |
+ "rect": [80, 0, 551, 118], |
+ "reason": "bounds change" |
}, |
{ |
- "object": "LayoutSVGInlineText #text", |
+ "object": "LayoutSVGText text id='bounce'", |
"rect": [80, 0, 551, 118], |
"reason": "location change" |
}, |
{ |
- "object": "LayoutSVGRoot svg", |
+ "object": "LayoutSVGInlineText #text", |
"rect": [30, 0, 404, 60], |
- "reason": "bounds change" |
+ "reason": "location change" |
}, |
{ |
"object": "LayoutSVGRoot svg", |
- "rect": [80, 0, 551, 118], |
+ "rect": [30, 0, 404, 60], |
"reason": "bounds change" |
}, |
{ |
@@ -42,18 +37,19 @@ |
"reason": "location change" |
}, |
{ |
- "object": "LayoutSVGText text id='bounce'", |
- "rect": [80, 0, 551, 118], |
+ "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" |
} |
] |