| Index: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/repaint-non-scaling-stroke-text-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| index e29b74ea631305cac2b22b74a5c2519a471890f2..72fea374a0bbf676bcce32f5b961a1c5d8e739bf 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/repaint-non-scaling-stroke-text-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -25,25 +27,35 @@
|
| "object": "LayoutSVGText text id='t'",
|
| "rect": [9, 13, 46, 28],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'Hello'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'Hello'",
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGText text id='t'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGInlineText #text",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Hello'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|