| OLD | NEW |
| (Empty) |
| 1 Test that style to all cues is applied correctly. | |
| 2 EVENT(canplaythrough) | |
| 3 EVENT(seeked) | |
| 4 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).color == 'rgb(
128, 0, 128)') OK | |
| 5 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).backgroundColo
r == 'rgb(0, 255, 0)') OK | |
| 6 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecoration
Line == 'underline') OK | |
| 7 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecoration
Style == 'dashed') OK | |
| 8 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecoration
Color == 'rgb(0, 255, 255)') OK | |
| 9 END OF TEST | |
| 10 | |
| OLD | NEW |