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

Side by Side 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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests that duration is not set to zero when playing in reverse to the origin.
2
3
4 EVENT(canplaythrough)
5 EXPECTED (video.duration > '0') OK
6 EXPECTED (video.currentTime == '0') OK
7 RUN(video.currentTime = 0.3)
8
9 EVENT(seeked)
10 EXPECTED (video.currentTime.toFixed(1) == '0.3') OK
11 RUN(video.play())
12 RUN(video.playbackRate = -1)
13
14 EXPECTED (video.duration > '0') OK
15 END OF TEST
16
OLDNEW
« 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