| Index: third_party/WebKit/LayoutTests/fast/repaint/invalidate-invisible-element-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invalidate-invisible-element-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/invalidate-invisible-element-expected.txt
|
| index 1de03015876fc57a38991656e0799616ba6d0cf1..2d64f7322034f64d6430f8c51785acbfda5ff47c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invalidate-invisible-element-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/invalidate-invisible-element-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [200, 300, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [200, 300, 200, 200],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|