| Index: third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
|
| index 03ffb435a15fda4dfd983336dcef94c3994a1c29..493b2ef4fb902201b6ea8a9fc2ae99c3e04c7a4e 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/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],
|
| @@ -40,6 +45,14 @@
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "reason": "geometry"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "geometry"
|
| + },
|
| {
|
| "object": "LayoutTextControl TEXTAREA id='editor'",
|
| "reason": "subtree"
|
|
|