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

Unified Diff: third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html

Issue 2701433003: Hide overlay play button if it can't be shown without clipping (Closed)
Patch Set: Add comments for dependent constants Created 3 years, 9 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 | « no previous file | third_party/WebKit/LayoutTests/media/controls/download-button-displays-with-preload-none.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html
diff --git a/third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html b/third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html
index 5196286f4f0dd5fc27dce30cfc451f8809fead48..a49674853ccc196487cc08f9a9ecc410651f44ac 100644
--- a/third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html
+++ b/third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html
@@ -41,12 +41,5 @@ async_test(function(t) {
}));
}));
});
-
- function isVisible(button) {
- var computedStyle = getComputedStyle(button);
- return computedStyle.display !== "none" &&
- computedStyle.display !== "hidden" &&
- computedStyle.visibility === "visible";
- }
});
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/controls/download-button-displays-with-preload-none.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698