| Index: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-creation-expected.txt
|
| index e6280fe698e1fedda4834ef584fc48f1c9406c39..741373efe889a2b00c9309c7b1368a6ed4a4cbf8 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-creation-expected.txt
|
| @@ -5,25 +5,62 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [334, 42, 466, 170],
|
| - [334, 42, 466, 170],
|
| - [334, 42, 466, 170],
|
| - [16, 42, 784, 170],
|
| - [16, 42, 318, 170],
|
| - [0, 0, 334, 500]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox 'Clipped. INVISIBLE.'",
|
| - "LayoutSVGRoot svg id='svg-root'",
|
| - "LayoutSVGContainer g id='content'",
|
| - "LayoutSVGText text",
|
| - "RootInlineBox",
|
| - "LayoutSVGInlineText #text",
|
| - "InlineTextBox 'Clipped. INVISIBLE.'",
|
| - "LayoutSVGResourceClipper clipPath id='dynClip'",
|
| - "LayoutSVGPath path"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Clipped. INVISIBLE.'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Clipped. INVISIBLE.'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g id='content'",
|
| + "rect": [334, 42, 466, 170],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "rect": [334, 42, 466, 170],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath path",
|
| + "rect": [0, 0, 334, 500],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg id='svg-root'",
|
| + "rect": [334, 42, 466, 170],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [16, 42, 784, 170],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "rect": [16, 42, 318, 170],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|