| Index: third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
|
| index 1f9f7e7ba1d7987a080b91b496ef44aa758a6a8c..3a5f2e65bbcf1e10f849c58f7976cb05a2b67429 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/video/video-poster-expected.txt
|
| @@ -3,9 +3,11 @@ This test can not be run manually, it requires testRunner.layerTreeAsText.
|
|
|
| Case: No src, no poster
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true
|
| @@ -16,10 +18,12 @@ Case: No src, no poster
|
|
|
| Case: Displaying poster
|
| {
|
| - "bounds": [785, 605],
|
| + "name": "Content Root Layer",
|
| + "bounds": [785, 637],
|
| "children": [
|
| {
|
| - "bounds": [785, 605],
|
| + "name": "LayoutView #document",
|
| + "bounds": [785, 637],
|
| "contentsOpaque": true,
|
| "drawsContent": true
|
| }
|
| @@ -29,26 +33,32 @@ Case: Displaying poster
|
|
|
| Case: Displaying movie
|
| {
|
| - "bounds": [785, 813],
|
| + "name": "Content Root Layer",
|
| + "bounds": [785, 877],
|
| "children": [
|
| {
|
| - "bounds": [785, 813],
|
| + "name": "LayoutView #document",
|
| + "bounds": [785, 877],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutVideo VIDEO",
|
| "position": [8, 8],
|
| "bounds": [352, 288]
|
| },
|
| {
|
| + "name": "Squashing Containment Layer",
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "LayoutFlexibleBox (relative positioned) DIV",
|
| "position": [8, 8],
|
| "bounds": [352, 288],
|
| "drawsContent": true
|
| },
|
| {
|
| + "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
|
| "position": [8, 8],
|
| "bounds": [352, 246],
|
| "drawsContent": true
|
|
|