| Index: third_party/WebKit/LayoutTests/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/subtree-layoutstate-transform-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| index 9dbc64493be83122f8cdd8f0eb1a361b24cd5f51..c1388fadf9f4dde698a91fc9887c7b4deb07e026 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -23,6 +25,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='layoutroot'",
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
|
|
|
|