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

Unified Diff: LayoutTests/media/controls-drag-timebar.html

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 | « no previous file | LayoutTests/media/controls-drag-timebar-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/controls-drag-timebar.html
diff --git a/LayoutTests/media/controls-drag-timebar.html b/LayoutTests/media/controls-drag-timebar.html
index d2f546b09e9134f256ab39ce9a7c12fd6625400b..452633b02b20c56cc353ece4b94257d0799d459d 100644
--- a/LayoutTests/media/controls-drag-timebar.html
+++ b/LayoutTests/media/controls-drag-timebar.html
@@ -36,7 +36,7 @@
eventSender.mouseMoveTo(x, y);
eventSender.mouseDown();
- testExpected("video.paused", true);
+ testExpected("video.paused", false);
// Drag mouse off of the slider thumb to make sure it continues to track
y += 100;
@@ -67,7 +67,7 @@
}
if (window.eventSender) {
- testExpected("video.paused", true);
+ testExpected("video.paused", false);
eventSender.mouseUp();
}
« no previous file with comments | « no previous file | LayoutTests/media/controls-drag-timebar-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698