| Index: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-transformation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-transformation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-transformation-expected.txt
|
| index daf97a29d891cdc53d3dfc31673d68d68097eeb4..1c566aefc9ead27e32200da500ed6fc8f46122fc 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-transformation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-transformation-expected.txt
|
| @@ -7,26 +7,35 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutText #text",
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [40, 35, 693, 413],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| "rect": [322, 197, 14, 21],
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| },
|
| {
|
| - "object": "LayoutText #text",
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| "rect": [41, 35, 14, 20],
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "reason": "outline"
|
| + },
|
| + {
|
| "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| },
|
| {
|
| "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
|
|