| Index: third_party/WebKit/LayoutTests/fast/repaint/stacking-context-lost-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/stacking-context-lost-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/stacking-context-lost-expected.txt
|
| index 41352d0ef26c9301aef4c49502d8645f0983275e..a208f967b479b2edb9851dee0d571ce6128942f4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/stacking-context-lost-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/stacking-context-lost-expected.txt
|
| @@ -1,18 +1,15 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
|
| - "reason": "layoutObject removal"
|
| - }
|
| - ],
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='outer'",
|
| "position": [278, 278],
|
| "bounds": [100, 100],
|
| "contentsOpaque": true,
|
| @@ -39,6 +36,24 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='inner'",
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='outer'",
|
| + "reason": "became visible"
|
| + }
|
| ]
|
| }
|
|
|
|
|