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

Unified Diff: LayoutTests/media/video-controls-visible-exiting-fullscreen.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
« no previous file with comments | « LayoutTests/media/video-controls-show-on-focus.html ('k') | Source/core/html/shadow/MediaControls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-controls-visible-exiting-fullscreen.html
diff --git a/LayoutTests/media/video-controls-visible-exiting-fullscreen.html b/LayoutTests/media/video-controls-visible-exiting-fullscreen.html
index 55d6d923b383694285a0dfe345ec8f725ef0f51c..dc7f19b8791e8ad9e74019c993b258da9ccdc451 100644
--- a/LayoutTests/media/video-controls-visible-exiting-fullscreen.html
+++ b/LayoutTests/media/video-controls-visible-exiting-fullscreen.html
@@ -51,7 +51,7 @@
{
switch (count) {
case 0:
- runAfterControlsHidden(continueTest, video);
+ runAfterHideMediaControlsTimerFired(continueTest, video);
break;
case 1:
consoleWrite("");
« no previous file with comments | « LayoutTests/media/video-controls-show-on-focus.html ('k') | Source/core/html/shadow/MediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698