Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / video-controls-focus-movement-on-hide.html
index 38d37d4..d01c491 100644 (file)
@@ -21,7 +21,7 @@ video.addEventListener("canplay", function()
 
     testExpected("document.activeElement", video);
 
-    runAfterControlsHidden(function()
+    runAfterHideMediaControlsTimerFired(function()
     {
         controls = mediaControlsButton(video, "panel");
         testExpected("getComputedStyle(controls).opacity", 0);