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; |
} |