Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / virtual / softwarecompositing / 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 (GraphicsLayer
6   (bounds 800.00 600.00)
7   (children 1
8     (GraphicsLayer
9       (bounds 800.00 600.00)
10       (contentsOpaque 1)
11       (drawsContent 1)
12     )
13   )
14 )
15
16
17 Case: Displaying poster
18 (GraphicsLayer
19   (bounds 785.00 605.00)
20   (children 1
21     (GraphicsLayer
22       (bounds 785.00 605.00)
23       (contentsOpaque 1)
24       (drawsContent 1)
25     )
26   )
27 )
28
29
30 Case: Displaying movie
31 (GraphicsLayer
32   (bounds 785.00 813.00)
33   (children 1
34     (GraphicsLayer
35       (bounds 785.00 813.00)
36       (contentsOpaque 1)
37       (drawsContent 1)
38       (children 1
39         (GraphicsLayer
40           (position 8.00 8.00)
41           (bounds 352.00 288.00)
42         )
43       )
44     )
45   )
46 )
47
48
49