| Index: third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| index 5211d4a3c34fc738758c2945b0723de9f437aa00..c8ddffd6f53d7bf7d97adbba9bc4e1be2ea90caf 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [100, 0, 100, 100],
|
| - [0, 0, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [100, 0, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|