| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-style-change-in-scrolled-view-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| index c66e9a12a43eafed59e9e85c040b2b93de91a908..2f4f2ddd92f60b4ce3f0d220a37ebee3fde1b290 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [2000, 2000],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [2000, 2000],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,13 +12,19 @@
|
| "object": "LayoutText #text",
|
| "rect": [0, 288, 415, 18],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'Text Text Text Text Text Text Text Text Text Text Text Text Text'",
|
| - "reason": "style change"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Text Text Text Text Text Text Text Text Text Text Text Text Text'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|