| Index: third_party/WebKit/LayoutTests/platform/mac/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/repaint-non-scaling-stroke-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| index b8c9498dafc3f8ffc46e44b665f12e05f6f48b68..2beb767193e8eb1a83cd0bc6d383aed3a050e4ca 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| @@ -5,25 +5,67 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [13, 16, 40, 22],
|
| - [13, 16, 40, 22],
|
| - [13, 16, 40, 22],
|
| - [13, 16, 40, 22],
|
| - [9, 12, 48, 30],
|
| - [9, 12, 48, 30],
|
| - [9, 12, 48, 30],
|
| - [9, 12, 48, 30]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox 'Hello'",
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGContainer g",
|
| - "LayoutSVGText text id='t'",
|
| - "RootInlineBox",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Hello'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Hello'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Hello'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [13, 16, 40, 22],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [9, 12, 48, 30],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [13, 16, 40, 22],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [9, 12, 48, 30],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [13, 16, 40, 22],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [9, 12, 48, 30],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='t'",
|
| + "rect": [13, 16, 40, 22],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='t'",
|
| + "rect": [9, 12, 48, 30],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|