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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-after-controls-added.html

Issue 2337013005: Removing media controls download button feature flag (Closed)
Patch Set: addressed comments 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/track/track-cue-rendering-after-controls-added.html
diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-after-controls-added.html b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-after-controls-added.html
index 1caad70a8f296b7783a54f9b96a8083c96b7e4f4..22bbdaec62e2f9d2230041f0a775fcd2e23e031b 100644
--- a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-after-controls-added.html
+++ b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-after-controls-added.html
@@ -5,7 +5,8 @@
font-size: 50px;
}
</style>
-<video style="border:1px solid gray">
+<!-- Width should be large enough to display all of the media controls. -->
+<video style="border:1px solid gray; width: 500px;">
<source src="opera/track/webvtt/rendering/reftest/media/white.webm" type="video/webm">
<source src="opera/track/webvtt/rendering/reftest/media/white.mp4" type="video/mp4">
</video>

Powered by Google App Engine
This is Rietveld 408576698