| Index: third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| index 967c98b44f395ef7770d13236edca39b9c5ef21e..29b3fc345a1c59d4ae856a5e8dc179e471b69503 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| @@ -39,6 +39,16 @@
|
| "object": "LayoutText #text",
|
| "rect": [45, 6, 3, 13],
|
| "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [45, 6, 3, 13],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [45, 6, 3, 13],
|
| + "reason": "invalidate paint rectangle"
|
| }
|
| ]
|
| }
|
| @@ -47,6 +57,10 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| + "object": "Caret",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| "object": "LayoutTextControl INPUT id='root'",
|
| "reason": "subtree"
|
| },
|
| @@ -67,6 +81,10 @@
|
| "reason": "invalidate paint rectangle"
|
| },
|
| {
|
| + "object": "Caret",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| "object": "LayoutText #text",
|
| "reason": "subtree"
|
| },
|
|
|