| Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-currentTime-set-expected.txt
|
| diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-currentTime-set-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-currentTime-set-expected.txt
|
| index 91ee77638c56d39fb8eed18cc9111e531c5745e7..6491f4ffbb3a8da19df8b0138803fe55f2996d33 100644
|
| --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-currentTime-set-expected.txt
|
| +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-currentTime-set-expected.txt
|
| @@ -1,4 +1,10 @@
|
| -
|
| -Test that setting currentTime changes the time, and that 'ended' event is fired in a reasonable amount of time
|
| -
|
| -
|
| +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
|
|
|