| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| index e565ca48d44a0743a4a9f094f1359586e293c2ef..29c3e18644a36bb8ff9ade307ae8e9bf48ebab73 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 18, 199, 18]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Should have green background'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Should have green background'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [8, 18, 199, 18],
|
| + "reason": "selection"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|