OLD | NEW |
(Empty) | |
| 1 Test that WebVTT objects are being styled correctly based on user settings. |
| 2 EVENT(canplaythrough) |
| 3 EXPECTED (getComputedStyle(cue).color == 'rgb(0, 255, 255)') OK |
| 4 EXPECTED (getComputedStyle(cue).backgroundColor == 'rgb(0, 128, 0)') OK |
| 5 EXPECTED (getComputedStyle(display).backgroundColor == 'rgb(0, 0, 255)') OK |
| 6 EXPECTED (getComputedStyle(cue).textShadow == 'rgb(255, 0, 0) 2px 2px 0px') OK |
| 7 EXPECTED (getComputedStyle(cue).fontSize == '14px') OK |
| 8 EXPECTED (getComputedStyle(cue).fontFamily == 'fantasy') OK |
| 9 EXPECTED (getComputedStyle(cue).fontStyle == 'italic') OK |
| 10 EXPECTED (getComputedStyle(cue).fontVariant == 'small-caps') OK |
| 11 END OF TEST |
| 12 |
OLD | NEW |