| Index: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/textarea-caret-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/textarea-caret-expected.txt
|
| index ec3a3a2065e55c7df5469aba18a4df5803c2c453..efdd64a92c69fa65edccc140b53b9c84dfd608ec 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/textarea-caret-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/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"
|
|
|