OLD | NEW |
---|---|
1 The top of the text track container should be in the bottom 25% of the video ele ment. | 1 The top of the text track container should be in the bottom 35% of the video ele ment. |
2 EVENT(canplaythrough) | 2 EVENT(canplaythrough) |
3 | 3 |
4 EXPECTED (cueDisplayElement.offsetTop > (video.videoHeight * .75) == 'true') OK | 4 EXPECTED (cueDisplayElement.offsetTop > (video.videoHeight * .65) == 'true') OK |
5 END OF TEST | 5 END OF TEST |
6 | 6 |
OLD | NEW |