Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / 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
7 Case: Displaying poster
8
9
10 Case: Displaying movie
11 (GraphicsLayer
12   (bounds 800.00 600.00)
13   (children 1
14     (GraphicsLayer
15       (bounds 800.00 600.00)
16       (contentsOpaque 1)
17       (drawsContent 1)
18       (children 1
19         (GraphicsLayer
20           (position 8.00 8.00)
21           (bounds 352.00 288.00)
22         )
23       )
24     )
25   )
26 )
27
28
29