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

Side by Side Diff: LayoutTests/media/media-controller-playback-expected.txt

Issue 219523004: Let MediaController.currentTime return the position previously set (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/media-controller-playback.html ('k') | Source/core/html/MediaController.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 RUN(controller = video.controller) 2 RUN(controller = video.controller)
3 EVENT(canplaythrough) 3 EVENT(canplaythrough)
4 RUN(controller.play()) 4 RUN(controller.play())
5 EVENT(playing) 5 EVENT(playing)
6 EXPECTED (controller.paused == 'false') OK 6 EXPECTED (controller.paused == 'false') OK
7 RUN(controller.currentTime = 5) 7 RUN(controller.currentTime = 5)
8 EXPECTED (controller.currentTime == '5') OK
8 EXPECTED (video.currentTime == '5') OK 9 EXPECTED (video.currentTime == '5') OK
9 EXPECTED (video2.currentTime == '5') OK 10 EXPECTED (video2.currentTime == '5') OK
10 EVENT(ended) 11 EVENT(ended)
11 END OF TEST 12 END OF TEST
12 13
OLDNEW
« no previous file with comments | « LayoutTests/media/media-controller-playback.html ('k') | Source/core/html/MediaController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698