| Index: third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-switch-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-switch-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-switch-expected.txt
|
| index 5a9d647f5b14b4afbf44b98ed45ad37ede053d64..78135699f5119085cbbbc21144aa202b3f6b14c3 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-switch-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/layer-due-to-layer-children-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' class='parent'",
|
| "position": [8, 8],
|
| "bounds": [242, 192],
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='child' class='child'",
|
| "position": [121, 41],
|
| "bounds": [250, 100],
|
| "contentsOpaque": true,
|
| @@ -49,10 +55,12 @@ Second dump layer tree:
|
|
|
| Third dump layer tree:
|
| {
|
| - "bounds": [785, 962],
|
| + "name": "Content Root Layer",
|
| + "bounds": [785, 1058],
|
| "children": [
|
| {
|
| - "bounds": [785, 962],
|
| + "name": "LayoutView #document",
|
| + "bounds": [785, 1058],
|
| "contentsOpaque": true,
|
| "drawsContent": true
|
| }
|
|
|