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

Unified Diff: LayoutTests/media/track/track-cue-rendering-horizontal.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/TestExpectations ('k') | LayoutTests/media/track/track-cue-rendering-vertical.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-cue-rendering-horizontal.html
diff --git a/LayoutTests/media/track/track-cue-rendering-horizontal.html b/LayoutTests/media/track/track-cue-rendering-horizontal.html
index ee2ce0c320cafdf850c509b3954fbbfc2d379372..fa97e65cdd0264ea4fd64729444b90db8be592aa 100644
--- a/LayoutTests/media/track/track-cue-rendering-horizontal.html
+++ b/LayoutTests/media/track/track-cue-rendering-horizontal.html
@@ -4,7 +4,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;
@@ -28,7 +27,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/TestExpectations ('k') | LayoutTests/media/track/track-cue-rendering-vertical.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698