| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt
|
| index 8d50a077a62e12feefa9ec1218f6b89e09f30379..1899e033ce54c3a9bd92c39480ff348af713cc1f 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-color-change-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -15,17 +17,27 @@
|
| "object": "LayoutText #text",
|
| "rect": [8, 68, 37, 18],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "InlineFlowBox",
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'PASS'",
|
| - "reason": "style change"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutInline SPAN id='target'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASS'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|