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

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

Issue 247083003: Revert "Make scrubbing a MediaControls-internal concept" (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 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 9f648e87589fdfc7b5bfebd6ec29009622c18dce..8b5489f82b9d949010bf9ab71e1102a11e7e7313 100644
--- a/LayoutTests/media/controls-drag-timebar-expected.txt
+++ b/LayoutTests/media/controls-drag-timebar-expected.txt
@@ -2,14 +2,14 @@ Test that dragging the timebar thumb causes seeks.
EVENT(playing)
EXPECTED (video.paused == 'false') OK
-EXPECTED (video.paused == 'true') OK
+EXPECTED (video.paused == 'false') OK
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
EVENT(seeked)
-EXPECTED (video.paused == 'true') OK
+EXPECTED (video.paused == 'false') 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