Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / compositing / video / video-poster-expected.txt
1 A <video> should not have a layer until playback begins.
2 This test can not be run manually, it requires testRunner.layerTreeAsText.
3
4 Case: No src, no poster
5 {
6   "bounds": [800, 600],
7   "children": [
8     {
9       "bounds": [800, 600],
10       "contentsOpaque": true,
11       "drawsContent": true
12     }
13   ]
14 }
15
16
17 Case: Displaying poster
18 {
19   "bounds": [785, 605],
20   "children": [
21     {
22       "bounds": [785, 605],
23       "contentsOpaque": true,
24       "drawsContent": true
25     }
26   ]
27 }
28
29
30 Case: Displaying movie
31 {
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     }
45   ]
46 }
47
48
49