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

Unified Diff: LayoutTests/media/video-controls-focus-movement-on-hide.html

Issue 441193003: Hide video controls after touch when hideMediaControlsTimerFired fires. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: /s/TODO/FIXME Created 6 years, 4 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-focus-movement-on-hide.html
diff --git a/LayoutTests/media/video-controls-focus-movement-on-hide.html b/LayoutTests/media/video-controls-focus-movement-on-hide.html
index 38d37d4f42894d3dd0648a4ca30d95ce87be0d1b..d01c491c545a8a4a371ec8084df5f99b1df9880a 100644
--- a/LayoutTests/media/video-controls-focus-movement-on-hide.html
+++ b/LayoutTests/media/video-controls-focus-movement-on-hide.html
@@ -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);

Powered by Google App Engine
This is Rietveld 408576698