| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| index c8e267741a57c174affad32c2e68e7b803687664..65921221573f5d6412b8690ce9bb337a41e643c2 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| @@ -1,20 +1,25 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "Squashing Containment Layer",
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "LayoutHTMLCanvas CANVAS id='world'",
|
| "position": [8, 8],
|
| "bounds": [100, 50],
|
| "drawsContent": true
|
| },
|
| {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='output')",
|
| "position": [8, 8],
|
| "bounds": [100, 50],
|
| "drawsContent": true
|
|
|