| Index: third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/textarea-caret-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/textarea-caret-expected.txt
|
| index 2ff6b6969598afb95f92636481abc8c3f7353325..d69aadad6b6c3d532b91858420eececec6c80f4c 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/textarea-caret-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/textarea-caret-expected.txt
|
| @@ -6,6 +6,11 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [8, 8, 784, 36],
|
| + "reason": "geometry"
|
| + },
|
| {
|
| "object": "LayoutTextControl TEXTAREA id='editor'",
|
| "rect": [5, 5, 167, 38],
|
| @@ -35,6 +40,14 @@
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "reason": "geometry"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "geometry"
|
| + },
|
| {
|
| "object": "LayoutTextControl TEXTAREA id='editor'",
|
| "reason": "subtree"
|
|
|