| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-translate-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-translate-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/transform-translate-expected.txt
|
| index 403f85e14afe692de0ff5dc47f9ad82ff5f8538c..b524fa4816f26f6b2c7331c61f4510f9dcd13305 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-translate-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-translate-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [28, 66, 106, 107],
|
| - [8, 66, 106, 107]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [8, 66, 106, 107],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [28, 66, 106, 107],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|