| 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..5530feace48ede8619e842fa373df89c530fdc4d 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,14 +7,14 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [322, 197, 14, 21],
|
| - "reason": "invalidate paint rectangle"
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [42, 36, 11, 18],
|
| + "reason": "caret"
|
| },
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [41, 35, 14, 20],
|
| - "reason": "invalidate paint rectangle"
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [324, 199, 11, 17],
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
| @@ -22,11 +22,7 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| - },
|
| - {
|
| - "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
|
|