| Index: third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| index 06805c256fe71153705260fe14b4910a0dedfd37..c54e5134148faaea8ad43a22da8299059b255f2b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -15,13 +17,23 @@
|
| "object": "LayoutBlockFlow (positioned) DIV",
|
| "rect": [100, 70, 50, 50],
|
| "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (relative positioned) DIV id='t'",
|
| - "reason": "style change"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='t'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|