| Index: third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| index b5f23175b8451fdb535fff3c844a8c622086355b..53c41821b8f7612f84db8bb2e5c0f4f211b45d46 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [33, 33, 250, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutText #text",
|
| - "InlineTextBox 'A\u00A0\u00A0B'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'A\u00A0\u00A0B'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [33, 33, 250, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|