| Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt
|
| index 589fed9674b9571bfafe220bbef03b0988cc8cce..052f16007038d10a03b5dac008e27b7219972970 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt
|
| @@ -7,14 +7,14 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [345, 210, 13, 19],
|
| - "reason": "invalidate paint rectangle"
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [347, 211, 10, 17],
|
| + "reason": "caret"
|
| },
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [41, 35, 13, 18],
|
| - "reason": "invalidate paint rectangle"
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [43, 36, 10, 16],
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
| @@ -22,11 +22,7 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| - },
|
| - {
|
| - "object": "Caret",
|
| - "reason": "invalidate paint rectangle"
|
| + "reason": "caret"
|
| }
|
| ]
|
| }
|
|
|