| Index: third_party/WebKit/LayoutTests/platform/win/svg/repaint/text-mask-update-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/text-mask-update-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/repaint/text-mask-update-expected.txt
|
| index 1cf0fec4dc51601d4ccaa8628eeb40c836ba72b5..c611dd3de6553e747ad48ca025012ac6849c6104 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/svg/repaint/text-mask-update-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/svg/repaint/text-mask-update-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -45,25 +47,47 @@
|
| "object": "LayoutSVGRoot svg",
|
| "rect": [10, 32, 43, 18],
|
| "reason": "bounds change"
|
| - },
|
| - {
|
| - "object": "InlineTextBox ''",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'PASS'",
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='text1'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASS'",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='text2'",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|