| Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
|
| index 3e70f48fecfea18d3a94c5b8cd2de3b9ec455c2d..0eceab70e3831c2a4d3a14088cd53b453a1b6a55 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt
|
| @@ -6,6 +6,11 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [8, 8, 784, 43],
|
| + "reason": "geometry"
|
| + },
|
| {
|
| "object": "LayoutTextControl TEXTAREA id='editor'",
|
| "rect": [7, 7, 183, 40],
|
| @@ -30,6 +35,14 @@
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "reason": "geometry"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "geometry"
|
| + },
|
| {
|
| "object": "LayoutTextControl TEXTAREA id='editor'",
|
| "reason": "subtree"
|
|
|