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

Unified Diff: LayoutTests/media/video-timeupdate-reverse-play-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
« no previous file with comments | « LayoutTests/media/video-timeupdate-reverse-play.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-timeupdate-reverse-play-expected.txt
diff --git a/LayoutTests/media/video-timeupdate-reverse-play-expected.txt b/LayoutTests/media/video-timeupdate-reverse-play-expected.txt
deleted file mode 100644
index 1356ece9e002df178ec54261f99194e3764e571e..0000000000000000000000000000000000000000
--- a/LayoutTests/media/video-timeupdate-reverse-play-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Tests that a 'timeupdate' event is fired when a movie plays
-in reverse to time zero.
-
-EVENT(canplaythrough)
-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)
-
-EVENT(timeupdate) fired at time 0
-EXPECTED (video.ended == 'false') OK
-
-END OF TEST
-
« no previous file with comments | « LayoutTests/media/video-timeupdate-reverse-play.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698