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

Side by Side 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, 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
« no previous file with comments | « LayoutTests/media/video-timeupdate-reverse-play.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests that a 'timeupdate' event is fired when a movie plays
2 in reverse to time zero.
3
4 EVENT(canplaythrough)
5 EXPECTED (video.currentTime == '0') OK
6 RUN(video.currentTime = 0.3)
7
8 EVENT(seeked)
9 EXPECTED (video.currentTime.toFixed(1) == '0.3') OK
10 RUN(video.play())
11 RUN(video.playbackRate = -1)
12
13 EVENT(timeupdate) fired at time 0
14 EXPECTED (video.ended == 'false') OK
15
16 END OF TEST
17
OLDNEW
« 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