| Index: third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child-expected.txt
|
| index 4e50012e5107c3d014b7bedee90f44795e83d51d..a2c742075c37be5998d7ded2fbd7953fdbbd7113 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-positioned-child-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -18,6 +20,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='box'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='positioned'",
|
| + "reason": "subtree"
|
| + }
|
| ]
|
| }
|
|
|
|
|