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

Unified Diff: LayoutTests/media/video-controls-toggling.html

Issue 302603003: Cleanup tests related to controls hiding/fading in/out (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweaks. Created 6 years, 7 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-toggling.html
diff --git a/LayoutTests/media/video-controls-toggling.html b/LayoutTests/media/video-controls-toggling.html
index de5b376162dd7d91be73275d3a8149846f1e4840..fb1369d9947b11d9cd64e9037156dbba1a6cd26c 100644
--- a/LayoutTests/media/video-controls-toggling.html
+++ b/LayoutTests/media/video-controls-toggling.html
@@ -8,7 +8,6 @@
var video;
var panel;
var muteButtonCoordinates;
- var fadeoutTime = 300;
function init()
{
@@ -47,13 +46,13 @@
run("eventSender.mouseMoveTo(video.offsetLeft, video.offsetTop + 2 * video.offsetHeight)");
}
- setTimeout(continueTest, fadeoutTime);
+ setTimeout(continueTest, controlsFadeOutDurationMs);
}
function continueTest()
{
if (panel.style['display'] != 'none') {
- setTimeout(continueTest, fadeoutTime);
+ setTimeout(continueTest, controlsFadeOutDurationMs);
return;
}
« no previous file with comments | « LayoutTests/media/video-controls-show-on-focus.html ('k') | LayoutTests/media/video-controls-visible-exiting-fullscreen.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698