Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / linux / compositing / video / video-poster-expected.txt
blob1cb2a54c6afbde6a918e85bbe627300d045c9882
1 A <video> should not have a layer until playback begins.
2 This test can not be run manually, it requires testRunner.layerTreeAsText.
4 Case: No src, no poster
6   "bounds": [800, 600],
7   "children": [
8     {
9       "bounds": [800, 600],
10       "contentsOpaque": true,
11       "drawsContent": true
12     }
13   ]
17 Case: Displaying poster
19   "bounds": [785, 605],
20   "children": [
21     {
22       "bounds": [785, 605],
23       "contentsOpaque": true,
24       "drawsContent": true
25     }
26   ]
30 Case: Displaying movie
32   "bounds": [785, 813],
33   "children": [
34     {
35       "bounds": [785, 813],
36       "contentsOpaque": true,
37       "drawsContent": true,
38       "children": [
39         {
40           "position": [8, 8],
41           "bounds": [352, 288]
42         },
43         {
44           "shouldFlattenTransform": false,
45           "children": [
46             {
47               "position": [8, 8],
48               "bounds": [352, 288],
49               "drawsContent": true
50             },
51             {
52               "position": [8, 8],
53               "bounds": [352, 253],
54               "drawsContent": true
55             }
56           ]
57         }
58       ]
59     }
60   ]