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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu.html

Issue 2301823002: Reordering media controls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media-controls
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/video-controls-track-selection-menu.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu.html b/third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu.html
index b9ab8e3429ece488fc9f61c33626706eb5bfbb62..989249ce149d8080c2062a5f6f478c1cea34de46 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu.html
+++ b/third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu.html
@@ -5,7 +5,8 @@
<script src="track/track-helpers.js"></script>
<script src="media-file.js"></script>
<script src="media-controls.js"></script>
-<video controls>
+<!-- Width should be large enough to display closed captions button. -->
+<video controls style="width: 500px">
<track src="track/captions-webvtt/captions.vtt" kind="captions" label="Track1">
<track src="track/captions-webvtt/long-word.vtt" kind="captions" label="Track2">
</video>
@@ -47,4 +48,4 @@ async_test(function(t) {
video.src = findMediaFile("video", "content/test");
}
});
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698