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

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

Issue 441193003: Hide video controls after touch when hideMediaControlsTimerFired fires. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add bug number to comment 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-show-on-focus.html
diff --git a/LayoutTests/media/video-controls-show-on-focus.html b/LayoutTests/media/video-controls-show-on-focus.html
index 2503e28e9eec6642ecbef4b44bc1a09efaed781c..208ea40106c95a9204aead2cdaa6df665473f695 100644
--- a/LayoutTests/media/video-controls-show-on-focus.html
+++ b/LayoutTests/media/video-controls-show-on-focus.html
@@ -13,7 +13,7 @@ var video = document.querySelector("video");
video.addEventListener("playing", function()
{
- runAfterControlsHidden(function()
+ runAfterHideMediaControlsTimerFired(function()
{
controls = mediaControlsButton(video, "panel");

Powered by Google App Engine
This is Rietveld 408576698