OLD | NEW |
| 1 CONSOLE ERROR: MEDIA_ERROR_LOG_ENTRY {"error":"Failed loading buffered resource.
Error code=-6"} |
1 Test <video> element size with and without 'src' and 'poster' attributes. | 2 Test <video> element size with and without 'src' and 'poster' attributes. |
2 | 3 |
3 Testing movie with no 'src' and no 'poster', with 'width' and 'height' attribute
s. | 4 Testing movie with no 'src' and no 'poster', with 'width' and 'height' attribute
s. |
4 EXPECTED (video.clientWidth == '640') OK | 5 EXPECTED (video.clientWidth == '640') OK |
5 EXPECTED (video.clientHeight == '480') OK | 6 EXPECTED (video.clientHeight == '480') OK |
6 EXPECTED (video.videoWidth == '0') OK | 7 EXPECTED (video.videoWidth == '0') OK |
7 EXPECTED (video.videoHeight == '0') OK | 8 EXPECTED (video.videoHeight == '0') OK |
8 | 9 |
9 Removing 'width' and 'height' attributes. | 10 Removing 'width' and 'height' attributes. |
10 Testing movie with no 'src' and no 'poster', with NO 'width' and 'height' attrib
utes, should be default size. | 11 Testing movie with no 'src' and no 'poster', with NO 'width' and 'height' attrib
utes, should be default size. |
(...skipping 18 matching lines...) Expand all Loading... |
29 | 30 |
30 Setting 'src' to "content/bogus.[extension]" 'poster' to "content/greenbox.png" | 31 Setting 'src' to "content/bogus.[extension]" 'poster' to "content/greenbox.png" |
31 Testing movie with 'poster' and invalid 'src', should be image size. | 32 Testing movie with 'poster' and invalid 'src', should be image size. |
32 EXPECTED (video.clientWidth == '25') OK | 33 EXPECTED (video.clientWidth == '25') OK |
33 EXPECTED (video.clientHeight == '25') OK | 34 EXPECTED (video.clientHeight == '25') OK |
34 EXPECTED (video.videoWidth == '0') OK | 35 EXPECTED (video.videoWidth == '0') OK |
35 EXPECTED (video.videoHeight == '0') OK | 36 EXPECTED (video.videoHeight == '0') OK |
36 | 37 |
37 END OF TEST | 38 END OF TEST |
38 | 39 |
OLD | NEW |