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

Unified Diff: LayoutTests/media/video-reverse-play-duration-expected.txt

Issue 16266005: Remove tests for playing video in reverse, which is not supported in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
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
-
« no previous file with comments | « LayoutTests/media/video-reverse-play-duration.html ('k') | LayoutTests/media/video-timeupdate-reverse-play.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698