| Index: third_party/WebKit/LayoutTests/paint/invalidation/relative-positioned-movement-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/relative-positioned-movement-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/relative-positioned-movement-repaint-expected.txt
|
| index c911c27daf1c3b45f07799fdaddfa0ea98a427f3..20a56dd8a8ab44d93abe8031cebac6e98e6c0314 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/relative-positioned-movement-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/relative-positioned-movement-repaint-expected.txt
|
| @@ -1,21 +1,17 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='block'",
|
| + "position": [68, 10],
|
| + "bounds": [402, 62],
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV id='block'",
|
| - "position": [68, 10],
|
| - "bounds": [402, 62],
|
| - "drawsContent": true,
|
| - "backfaceVisibility": "hidden"
|
| - }
|
| - ]
|
| + "backfaceVisibility": "hidden"
|
| }
|
| ]
|
| }
|
|
|