Index: third_party/WebKit/LayoutTests/media/video-controls-visibility-multimodal-touch-after-mouse.html |
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-visibility-multimodal-touch-after-mouse.html b/third_party/WebKit/LayoutTests/media/video-controls-visibility-multimodal-touch-after-mouse.html |
index a4296584a582f6d2cf6c026d5036d6d607bf7078..3ed390ae36f8d430abf949d4ab10fe95367d1a80 100644 |
--- a/third_party/WebKit/LayoutTests/media/video-controls-visibility-multimodal-touch-after-mouse.html |
+++ b/third_party/WebKit/LayoutTests/media/video-controls-visibility-multimodal-touch-after-mouse.html |
@@ -6,6 +6,8 @@ |
height: 240px; |
} |
</style> |
+<!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 |
+ (Please avoid writing new tests using video-test.js) --> |
<script src=video-test.js></script> |
<script src=media-file.js></script> |
<script src=media-controls.js></script> |
@@ -28,7 +30,7 @@ function runTest() |
// Hover the control with the mouse. |
var coords = mediaControlsButtonCoordinates(video, "play-button"); |
eventSender.mouseMoveTo(coords[0], coords[1]); |
- |
+ |
// And then tap (touch input) the play button. |
eventSender.gestureTapDown(coords[0], coords[1]); |
eventSender.gestureShowPress(coords[0], coords[1]); |
@@ -48,7 +50,7 @@ function runTest() |
testExpected("getComputedStyle(controls).opacity", 0); |
endTest(); |
}, video); |
- |
+ |
} |
</script> |
<body> |