--- /home/clopez/webkit/webkit/layout-test-results/media/track/track-in-band-style-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/media/track/track-in-band-style-actual.txt @@ -1,19 +1,2 @@ +FAIL: Timed out waiting for notifyDone to be called -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(inbandTrack1.mode = 'showing') -EVENT(change) -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 -