| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| index d9918eb91be06f78f3f2d421bee62d5305b35fcf..fc33a3729646cca93dadd4df7de1162d20e74c41 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 187, 19]
|
| - ],
|
| - "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, 8, 187, 19],
|
| + "reason": "selection"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|