| Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt
|
| index 979f12b55f3c6884a56b7951ca1fc112fb845b94..23928929dbc1ea19910cbded1d40d1d4dafd818e 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt
|
| @@ -1,20 +1,16 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [300, 516],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [300, 516],
|
| "drawsContent": true,
|
| - "backgroundColor": "#EEEEEE",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow BODY",
|
| - "position": [8, 8],
|
| - "bounds": [284, 500],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| + "backgroundColor": "#EEEEEE"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow BODY",
|
| + "position": [8, 8],
|
| + "bounds": [284, 500],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|