| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| index f9335c278c8f1a3684e9ad7496e15d2d06c5f5cc..81838e6aee1a28a7f207c61467889463f6fd7c20 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/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, 320, 385, 19],
|
| "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"
|
| + }
|
| ]
|
| }
|
|
|
|
|