| 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 2946adf75e9d70282f0f89222bc94c00e636741f..93bd57f42a8fdfe4a715b0b2678c93f355f4f6fe 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
|
| @@ -5,12 +5,17 @@
|
| "bounds": [2000, 2000],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 288, 415, 18]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Text Text Text Text Text Text Text Text Text Text Text Text Text'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Text Text Text Text Text Text Text Text Text Text Text Text Text'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [0, 288, 415, 18],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|