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

Unified Diff: LayoutTests/media/video-controls-mouse-events-captured.html

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: actually got the other CL number right... Created 5 years, 5 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
Index: LayoutTests/media/video-controls-mouse-events-captured.html
diff --git a/LayoutTests/media/video-controls-mouse-events-captured.html b/LayoutTests/media/video-controls-mouse-events-captured.html
index 215a8a5a302e9e64a3868d6b936dbefa362c51aa..20fce5338bb7b2e1091146217da1b0f170924ffa 100644
--- a/LayoutTests/media/video-controls-mouse-events-captured.html
+++ b/LayoutTests/media/video-controls-mouse-events-captured.html
@@ -45,13 +45,18 @@
eventSender.mouseUp();
eventSender.keyDown('A');
+ // The above positioned the slider under the mouse. Click
+ // to begin a drag.
+ eventSender.mouseDown();
+
waitForEventAndFail("mousemove")
- // Check that the timeline also captures mousemove
+ // Check that the timeline also captures mousemove if the
+ // slider is being dragged.
eventSender.mouseMoveTo(coords[0]+10, coords[1]+10)
}
});
video.src = findMediaFile("video", "content/test");
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698