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

Unified Diff: LayoutTests/media/controls-drag-timebar-expected.txt

Issue 204803002: Make scrubbing a MediaControls-internal concept (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: check mediaControllerInterface().paused() 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/controls-drag-timebar.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/controls-drag-timebar-expected.txt
diff --git a/LayoutTests/media/controls-drag-timebar-expected.txt b/LayoutTests/media/controls-drag-timebar-expected.txt
index 9362ae0115487c41b511bda847af9947dfa60c85..9f648e87589fdfc7b5bfebd6ec29009622c18dce 100644
--- a/LayoutTests/media/controls-drag-timebar-expected.txt
+++ b/LayoutTests/media/controls-drag-timebar-expected.txt
@@ -1,11 +1,15 @@
Test that dragging the timebar thumb causes seeks.
-EVENT(canplaythrough)
+EVENT(playing)
+EXPECTED (video.paused == 'false') OK
+EXPECTED (video.paused == 'true') OK
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
+EXPECTED (video.paused == 'true') OK
+EXPECTED (video.paused == 'false') OK
END OF TEST
« no previous file with comments | « LayoutTests/media/controls-drag-timebar.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698