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

Unified Diff: LayoutTests/media/media-controller-playback.html

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 | « no previous file | LayoutTests/media/media-controller-playback-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-controller-playback.html
diff --git a/LayoutTests/media/media-controller-playback.html b/LayoutTests/media/media-controller-playback.html
index 10db0a71e5799c68f539cba9aea2ddc82f1a8198..f38dc9f9aab199b89cc6ac6b083f5503937aeb85 100644
--- a/LayoutTests/media/media-controller-playback.html
+++ b/LayoutTests/media/media-controller-playback.html
@@ -32,6 +32,7 @@
testExpected('controller.paused', false);
controller.addEventListener('ended', ended, true);
run('controller.currentTime = 5');
+ testExpected('controller.currentTime', 5);
testExpected('video.currentTime', 5);
testExpected('video2.currentTime', 5);
}
« no previous file with comments | « no previous file | LayoutTests/media/media-controller-playback-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698