| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| index 2b726a9f4ed783353e0461f4e6988b354e0f60a8..dbb6428627046c350f41eca6ddfa479a96d08b6a 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
|
| @@ -8,12 +8,20 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutText #text",
|
| - "rect": [8, 17, 199, 18],
|
| - "reason": "selection"
|
| + "rect": [8, 17, 199, 19],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Should have green background'",
|
| + "reason": "bounds change"
|
| },
|
| {
|
| "object": "InlineTextBox 'Should have green background'",
|
| "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "selection"
|
| }
|
| ]
|
| }
|
|
|