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

Unified 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, 9 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/media-controller-playback.html ('k') | Source/core/html/MediaController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-controller-playback-expected.txt
diff --git a/LayoutTests/media/media-controller-playback-expected.txt b/LayoutTests/media/media-controller-playback-expected.txt
index 6885e23d0261fa19a96ee964f1da0b34d4436b6f..f973594bd889786d2e8d7a15414ac7bf1ada3a53 100644
--- a/LayoutTests/media/media-controller-playback-expected.txt
+++ b/LayoutTests/media/media-controller-playback-expected.txt
@@ -5,6 +5,7 @@ RUN(controller.play())
EVENT(playing)
EXPECTED (controller.paused == 'false') OK
RUN(controller.currentTime = 5)
+EXPECTED (controller.currentTime == '5') OK
EXPECTED (video.currentTime == '5') OK
EXPECTED (video2.currentTime == '5') OK
EVENT(ended)
« 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