| Index: third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-videos-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-videos-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-videos-expected.txt
|
| index 47b684c61752b3645af71ee59c0ca5e33b7f7115..28ce9a75f70cd3483aa06595a780b80053fadb2d 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-videos-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-videos-expected.txt
|
| @@ -1,27 +1,33 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutVideo (positioned) VIDEO",
|
| "bounds": [100, 100],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#ADD8E6",
|
| "children": [
|
| {
|
| + "name": "LayoutFlexibleBox (relative positioned) DIV",
|
| "bounds": [100, 100],
|
| "drawsContent": true
|
| },
|
| {
|
| + "name": "LayoutFlexibleBox (relative positioned) DIV",
|
| "bounds": [100, 58]
|
| }
|
| ]
|
| },
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| "position": [50, 50],
|
| "bounds": [200, 200],
|
| "contentsOpaque": true,
|
|
|