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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html

Issue 2293273002: Add a download button to the media player (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-controls
Patch Set: added tests for mse & mediastream Created 4 years, 3 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-overflow-menu-correct-ordering.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
index d02a6063be52ec61b31c60ece80409af2e2cfa38..b849934c333cb2dc4529dbb02068773d973f5e46 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
+++ b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
@@ -26,7 +26,7 @@ async_test(function(t) {
// The overflow menu should always have the same number of elements.
// Their visibility will change over time based on the size of the video.
- assert_equals(children.length, 5);
+ assert_equals(children.length, 6);
// Ensure that all of the buttons are visible in the right order
for (var i = 0; i < children.length; i++) {

Powered by Google App Engine
This is Rietveld 408576698