| Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-transformation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-transformation-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-transformation-expected.txt
|
| index f266bc7ef441504d3b118bf7077cc49dd9af53ff..56b54e874ead581e836bf377665c483f6788f8a9 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-transformation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-transformation-expected.txt
|
| @@ -7,14 +7,14 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [344, 210, 13, 19],
|
| - "reason": "invalidate paint rectangle"
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [345, 211, 11, 17],
|
| + "reason": "caret"
|
| },
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [41, 35, 13, 19],
|
| - "reason": "invalidate paint rectangle"
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [42, 36, 11, 17],
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
| @@ -22,11 +22,7 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| - },
|
| - {
|
| - "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
|
|