| Index: third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-gradient-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-gradient-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-gradient-creation-expected.txt
|
| index fdeb44ef9a19f931fa07dc396f5e549ae42135e3..b4d11b9691d2d0738279d4e664cec98f89cbeb7b 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-gradient-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/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, 700, 189],
|
| "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"
|
| + }
|
| ]
|
| }
|
|
|
|
|