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 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "children": [ | 7 "children": [ |
8 { | 8 { |
9 "bounds": [800, 600], | 9 "bounds": [800, 600], |
10 "contentsOpaque": true, | 10 "contentsOpaque": true, |
(...skipping 11 matching lines...) Expand all Loading... |
22 "bounds": [800, 600], | 22 "bounds": [800, 600], |
23 "contentsOpaque": true, | 23 "contentsOpaque": true, |
24 "drawsContent": true | 24 "drawsContent": true |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 | 28 |
29 | 29 |
30 Case: Displaying movie | 30 Case: Displaying movie |
31 { | 31 { |
32 "bounds": [785, 724], | 32 "bounds": [785, 782], |
33 "children": [ | 33 "children": [ |
34 { | 34 { |
35 "bounds": [785, 724], | 35 "bounds": [785, 782], |
36 "contentsOpaque": true, | 36 "contentsOpaque": true, |
37 "drawsContent": true, | 37 "drawsContent": true, |
38 "children": [ | 38 "children": [ |
39 { | 39 { |
40 "position": [8, 8], | 40 "position": [8, 8], |
41 "bounds": [352, 288] | 41 "bounds": [352, 288] |
42 }, | 42 }, |
43 { | 43 { |
44 "shouldFlattenTransform": false, | 44 "shouldFlattenTransform": false, |
45 "children": [ | 45 "children": [ |
46 { | 46 { |
47 "position": [8, 8], | 47 "position": [8, 8], |
48 "bounds": [352, 288], | 48 "bounds": [352, 288], |
49 "drawsContent": true | 49 "drawsContent": true |
50 }, | 50 }, |
51 { | 51 { |
52 "position": [8, 8], | 52 "position": [8, 8], |
53 "bounds": [352, 253], | 53 "bounds": [352, 253], |
54 "drawsContent": true | 54 "drawsContent": true |
55 } | 55 } |
56 ] | 56 ] |
57 } | 57 } |
58 ] | 58 ] |
59 } | 59 } |
60 ] | 60 ] |
61 } | 61 } |
62 | 62 |
63 | 63 |
64 | 64 |
OLD | NEW |