| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| index c41e80fa13ce13b294c7c1150907eb8b0817eed5..6d1bb48b4f07e96180e860dc231477cf1e47b6f7 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [128, 48, 100, 200],
|
| - [78, 48, 50, 100],
|
| - [28, 48, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV class='layoutroot'",
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='layoutroot'",
|
| + "rect": [28, 48, 200, 200],
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [128, 48, 100, 200],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [78, 48, 50, 100],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|