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

Unified Diff: LayoutTests/media/track/track-cue-rendering-vertical.html

Issue 949203002: Separate the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address nits Created 5 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 | « LayoutTests/media/track/track-cue-rendering-horizontal.html ('k') | Source/core/css/mediaControls.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-cue-rendering-vertical.html
diff --git a/LayoutTests/media/track/track-cue-rendering-vertical.html b/LayoutTests/media/track/track-cue-rendering-vertical.html
index 007d8adddc8a2a7c263038a2665e1c53489927a2..b3f3f16563339231e6221887d10be51229394f94 100644
--- a/LayoutTests/media/track/track-cue-rendering-vertical.html
+++ b/LayoutTests/media/track/track-cue-rendering-vertical.html
@@ -5,7 +5,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src=../media-file.js></script>
- <script src=../media-controls.js></script>
<script>
var requirePixelDump = true;
@@ -29,7 +28,7 @@
<script src=../video-test.js></script>
</head>
<body onload="loaded()">
- <video controls>
+ <video>
<track src="captions-webvtt/captions-snap-to-lines-set.vtt" kind="captions" default>
</video>
</body>
« no previous file with comments | « LayoutTests/media/track/track-cue-rendering-horizontal.html ('k') | Source/core/css/mediaControls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698