| Index: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt
|
| index 262849ab3b697253ce2f528d1c773a58ec77a819..80e84e2742bf3c95c271d0ef5ae8cbf4a9f8f4b4 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt
|
| @@ -7,9 +7,9 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutText #text",
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| "rect": [790, 7, 3, 21],
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
| @@ -17,7 +17,11 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| + },
|
| + {
|
| + "object": "Caret",
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
|
|