| Index: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-currentTime-set-expected.txt
|
| diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-currentTime-set-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-currentTime-set-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6491f4ffbb3a8da19df8b0138803fe55f2996d33
|
| --- /dev/null
|
| +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-currentTime-set-expected.txt
|
| @@ -0,0 +1,10 @@
|
| +Test that setting currentTime changes the time, and that 'ended' event is fired in a reasonable amount of time
|
| +
|
| +EVENT(load)
|
| +EXPECTED (video.currentTime == '0') OK
|
| +RUN(video.currentTime = video.duration - 0.2)
|
| +EXPECTED (video.currentTime.toFixed(2) == '5.82') OK
|
| +RUN(video.play())
|
| +
|
| +EVENT(ended)
|
| +END OF TEST
|
|
|