| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-style-change-in-scrolled-view-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| index f6e8d047bd50580cd7fe7e566660d6323d61fff1..4f91f9836d12d73329bfd8ddc628a4c43304d7e3 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-style-change-in-scrolled-view-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/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, 17]
|
| - ],
|
| - "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, 17],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|