blob: aeb6c00beca36b4171f720fcffdee512414eb9b7 [file] [log] [blame]
Test that style to all cues is applied correctly.
EVENT(canplaythrough)
** Check initial in-band track states
RUN(inbandTrack1 = video.textTracks[0])
EXPECTED (video.textTracks.length == '1') OK
EXPECTED (inbandTrack1.language == 'en') OK
EXPECTED (inbandTrack1.kind == 'captions') OK
RUN(video.play())
EVENT(seeked)
** Test current cue colors
EXPECTED (getComputedStyle(cueDisplayElement).color == 'rgb(255, 255, 255)') OK
EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 0, 0)') OK
END OF TEST