Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(950)

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-currentTime-set-expected.txt

Issue 318001: Rebaseline video-currentTime-set.html as the test is now running. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-currentTime-set-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-currentTime-set-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698