| Index: third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt
|
| deleted file mode 100644
|
| index 946a5f7a03744f2abe7aa2e0e85796e2157a0f31..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -Test to ensure that a no text track cues are active after the video is unloaded.
|
| -
|
| -
|
| -
|
| -** Video and track loaded, one cue should be active **
|
| -EXPECTED (trackElement.track.activeCues.length == '1') OK
|
| -
|
| -** Clear video 'src' and force reload **
|
| -RUN(video.src = '')
|
| -
|
| -** 'error' event, no cues should be active **)
|
| -EXPECTED (event.target == '[object HTMLVideoElement]') OK
|
| -EXPECTED (video.error != 'null') OK
|
| -EXPECTED (video.error.code == '4') OK
|
| -EXPECTED (video.networkState == '3') OK
|
| -EXPECTED (trackElement.track.activeCues.length == '0') OK
|
| -
|
| -END OF TEST
|
| -
|
|
|