OLD | NEW |
(Empty) | |
| 1 Test that WebVTT objects user override styles when reset, refer to css specified
styles. |
| 2 EVENT(canplaythrough) |
| 3 EXPECTED (getComputedStyle(cue).color == 'rgb(0, 255, 0)') OK |
| 4 EXPECTED (getComputedStyle(cue).backgroundColor == 'rgb(255, 255, 0)') OK |
| 5 EXPECTED (getComputedStyle(cue).textShadow == 'rgb(255, 0, 0) 4px 4px 0px') OK |
| 6 EXPECTED (getComputedStyle(cue).fontSize == '10px') OK |
| 7 EXPECTED (getComputedStyle(cue).fontFamily == 'serif') OK |
| 8 EXPECTED (getComputedStyle(cue).fontStyle == 'normal') OK |
| 9 EXPECTED (getComputedStyle(cue).fontVariant == 'normal') OK |
| 10 END OF TEST |
| 11 |
OLD | NEW |