| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt
|
| index b77144d5441fb2258f0cde2f93bb7da19f4fdb2f..887b367e37519e90205d15f75bccced841603ece 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [322, 197, 14, 21],
|
| - [41, 35, 14, 20]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='div'",
|
| - "LayoutBlockFlow DIV id='div'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [41, 35, 14, 20],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [322, 197, 14, 21],
|
| + "reason": "invalidate paint rectangle"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|