| Index: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt
|
| index 21651dc89a1bd367fb64b2974c0982025b57035e..b30ad122e921fbe16aad41c1f11fcc527247cc78 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,33 +12,31 @@
|
| "object": "LayoutSVGText text",
|
| "rect": [33, 23, 697, 194],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'Gradient on fill'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutSVGGradientStop stop",
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "LayoutSVGGradientStop stop",
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'",
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGText text",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGGradientStop stop",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGGradientStop stop",
|
| + "reason": "layoutObject insertion"
|
| + }
|
| ]
|
| }
|
|
|
|
|