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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-fullscreen.js

Issue 2222163005: Updating media controls to give fullscreen button highest priority (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment Created 4 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: third_party/WebKit/LayoutTests/media/video-controls-fullscreen.js
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-fullscreen.js b/third_party/WebKit/LayoutTests/media/video-controls-fullscreen.js
index 88e275f5691f1d2c90be0216a337b8f6d301900e..5c953fe0f5aa187ec6de665b2ac9deca800a3373 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-fullscreen.js
+++ b/third_party/WebKit/LayoutTests/media/video-controls-fullscreen.js
@@ -1,11 +1,5 @@
"use strict";
-function hasFullscreenButton(element)
-{
- var size = mediaControlsButtonDimensions(element, "fullscreen-button");
- return size[0] > 0 && size[1] > 0;
-}
-
function fullscreen_test()
{
async_test(function(t)
« no previous file with comments | « third_party/WebKit/LayoutTests/media/media-controls.js ('k') | third_party/WebKit/Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698