| Index: third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt b/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
|
| index 06849f3aa9261e0af48904ed1c98585a8863119f..d0b3c31b86697a0a2fb43962a1691b1603de497d 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt
|
| @@ -1,68 +1,54 @@
|
|
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutIFrame IFRAME id='parent-iframe'",
|
| - "position": [8, 8],
|
| - "bounds": [154, 154],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Frame Overflow Controls Host Layer",
|
| - "position": [2, 2],
|
| - "bounds": [150, 150],
|
| - "children": [
|
| - {
|
| - "name": "Frame Clipping Layer",
|
| - "bounds": [135, 135],
|
| - "children": [
|
| - {
|
| - "name": "Frame Scrolling Layer",
|
| - "children": [
|
| - {
|
| - "name": "Content Root Layer",
|
| - "bounds": [508, 516],
|
| - "children": [
|
| - {
|
| - "name": "LayoutView #document",
|
| - "bounds": [508, 516],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Frame Horizontal Scrollbar Layer",
|
| - "position": [0, 135],
|
| - "bounds": [135, 15]
|
| - },
|
| - {
|
| - "name": "Frame Vertical Scrollbar Layer",
|
| - "position": [135, 0],
|
| - "bounds": [15, 135]
|
| - },
|
| - {
|
| - "name": "Frame Scroll Corner Layer",
|
| - "position": [135, 135],
|
| - "bounds": [15, 15],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutIFrame IFRAME id='parent-iframe'",
|
| + "position": [8, 8],
|
| + "bounds": [154, 154],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Frame Overflow Controls Host Layer",
|
| + "position": [2, 2],
|
| + "bounds": [150, 150]
|
| + },
|
| + {
|
| + "name": "Frame Clipping Layer",
|
| + "bounds": [135, 135]
|
| + },
|
| + {
|
| + "name": "Frame Scrolling Layer"
|
| + },
|
| + {
|
| + "name": "Content Root Layer",
|
| + "bounds": [508, 516]
|
| + },
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [508, 516],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Frame Horizontal Scrollbar Layer",
|
| + "position": [0, 135],
|
| + "bounds": [135, 15]
|
| + },
|
| + {
|
| + "name": "Frame Vertical Scrollbar Layer",
|
| + "position": [135, 0],
|
| + "bounds": [15, 135]
|
| + },
|
| + {
|
| + "name": "Frame Scroll Corner Layer",
|
| + "position": [135, 135],
|
| + "bounds": [15, 15],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|