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 29 matching lines...) Expand all Loading... |
40 "position": [8, 8], | 40 "position": [8, 8], |
41 "bounds": [352, 288] | 41 "bounds": [352, 288] |
42 } | 42 } |
43 ] | 43 ] |
44 } | 44 } |
45 ] | 45 ] |
46 } | 46 } |
47 | 47 |
48 | 48 |
49 | 49 |
OLD | NEW |