| Index: LayoutTests/media/track/track-in-band-style-expected.txt
|
| diff --git a/LayoutTests/media/track/track-in-band-style-expected.txt b/LayoutTests/media/track/track-in-band-style-expected.txt
|
| deleted file mode 100644
|
| index b1348b6078f0a2301cdc839f12234ca5564c39b5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/media/track/track-in-band-style-expected.txt
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -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
|
| -
|
|
|