OLD | NEW |
1 A <video> should not have a layer until playback begins. | 1 A <video> should not have a layer until playback begins. |
2 This test can not be run manually, it requires testRunner.layerTreeAsText. | 2 This test can not be run manually, it requires testRunner.layerTreeAsText. |
3 | 3 |
4 Case: No src, no poster | 4 Case: No src, no poster |
5 (GraphicsLayer | 5 { |
6 (bounds 800.00 600.00) | 6 "bounds": [800, 600], |
7 (children 1 | 7 "children": [ |
8 (GraphicsLayer | 8 { |
9 (bounds 800.00 600.00) | 9 "bounds": [800, 600], |
10 (contentsOpaque 1) | 10 "contentsOpaque": true, |
11 (drawsContent 1) | 11 "drawsContent": true |
12 ) | 12 } |
13 ) | 13 ] |
14 ) | 14 } |
15 | 15 |
16 | 16 |
17 Case: Displaying poster | 17 Case: Displaying poster |
18 (GraphicsLayer | 18 { |
19 (bounds 800.00 600.00) | 19 "bounds": [800, 600], |
20 (children 1 | 20 "children": [ |
21 (GraphicsLayer | 21 { |
22 (bounds 800.00 600.00) | 22 "bounds": [800, 600], |
23 (contentsOpaque 1) | 23 "contentsOpaque": true, |
24 (drawsContent 1) | 24 "drawsContent": true |
25 ) | 25 } |
26 ) | 26 ] |
27 ) | 27 } |
28 | 28 |
29 | 29 |
30 Case: Displaying movie | 30 Case: Displaying movie |
31 (GraphicsLayer | 31 { |
32 (bounds 785.00 782.00) | 32 "bounds": [785, 782], |
33 (children 1 | 33 "children": [ |
34 (GraphicsLayer | 34 { |
35 (bounds 785.00 782.00) | 35 "bounds": [785, 782], |
36 (contentsOpaque 1) | 36 "contentsOpaque": true, |
37 (drawsContent 1) | 37 "drawsContent": true, |
38 (children 1 | 38 "children": [ |
39 (GraphicsLayer | 39 { |
40 (position 8.00 8.00) | 40 "position": [8, 8], |
41 (bounds 352.00 288.00) | 41 "bounds": [352, 288] |
42 ) | 42 } |
43 ) | 43 ] |
44 ) | 44 } |
45 ) | 45 ] |
46 ) | 46 } |
47 | 47 |
48 | 48 |
49 | 49 |
OLD | NEW |