| Index: LayoutTests/media/video-reverse-play-duration-expected.txt
|
| diff --git a/LayoutTests/media/video-reverse-play-duration-expected.txt b/LayoutTests/media/video-reverse-play-duration-expected.txt
|
| deleted file mode 100644
|
| index 48cf561ebe90bd4debd3a0f4ca852a48133651b8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/media/video-reverse-play-duration-expected.txt
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -Tests that duration is not set to zero when playing in reverse to the origin.
|
| -
|
| -
|
| -EVENT(canplaythrough)
|
| -EXPECTED (video.duration > '0') OK
|
| -EXPECTED (video.currentTime == '0') OK
|
| -RUN(video.currentTime = 0.3)
|
| -
|
| -EVENT(seeked)
|
| -EXPECTED (video.currentTime.toFixed(1) == '0.3') OK
|
| -RUN(video.play())
|
| -RUN(video.playbackRate = -1)
|
| -
|
| -EXPECTED (video.duration > '0') OK
|
| -END OF TEST
|
| -
|
|
|