| Index: third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt
|
| index 5c3e881acbb4cbd9bffcb6473db02eded4439eed..560387c7e7c94a7daaeca24631634c5b1ae60261 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt
|
| @@ -3,9 +3,11 @@ Box should switch between perspective and flat
|
|
|
| First dump layer tree:
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true
|
| @@ -15,19 +17,23 @@ First dump layer tree:
|
|
|
| Second dump layer tree:
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='parent'",
|
| "position": [8, 8],
|
| "bounds": [342, 292],
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='child'",
|
| "position": [31, 41],
|
| "bounds": [250, 220],
|
| "contentsOpaque": true,
|
| @@ -35,6 +41,7 @@ Second dump layer tree:
|
| "backgroundColor": "#0000FF",
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='grandchild'",
|
| "position": [10, 10],
|
| "bounds": [200, 200],
|
| "contentsOpaque": true,
|
| @@ -48,6 +55,7 @@ Second dump layer tree:
|
| ],
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='greatgrandchild'",
|
| "position": [100, 0],
|
| "bounds": [250, 100],
|
| "contentsOpaque": true,
|
| @@ -73,10 +81,12 @@ Second dump layer tree:
|
|
|
| Third dump layer tree:
|
| {
|
| - "bounds": [785, 1446],
|
| + "name": "Content Root Layer",
|
| + "bounds": [785, 1574],
|
| "children": [
|
| {
|
| - "bounds": [785, 1446],
|
| + "name": "LayoutView #document",
|
| + "bounds": [785, 1574],
|
| "contentsOpaque": true,
|
| "drawsContent": true
|
| }
|
|
|