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

Unified Diff: ManualTests/media-controls.html

Issue 26759003: Remove HTMLMediaElement.webkitHasClosedCaptions/webkitClosedCaptionsVisible (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase to resolve conflicts Created 7 years, 2 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-in-band-legacy-api-expected.txt ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/media-controls.html
diff --git a/ManualTests/media-controls.html b/ManualTests/media-controls.html
index e9df78ec86230947a34831c8c5a8dd5970f175aa..8b0fe0c8b361620fdcaef65a2ad9ca10a83c20ce 100644
--- a/ManualTests/media-controls.html
+++ b/ManualTests/media-controls.html
@@ -163,20 +163,6 @@ var TESTS = {
},
html: '<video src={video} autoplay></video><br><button onclick="test(true)">Toggle Controls</button>',
},
-'closed-captions': {
- title: 'Closed-captioned video',
- description: '<p>If supported, should show a "CC" button, which should toggle display of closed captions.</p>' +
- '<p>The state of the button should reflect the state of closed-captioning in the video (on at the start of the test).</p>',
- js: function() {
- var video = document.getElementsByTagName('video')[0];
- video.webkitClosedCaptionsVisible = true;
- video.addEventListener('canplaythrough', function()
- {
- video.webkitClosedCaptionsVisible = true;
- }, false);
- },
- html: '<video controls src={video-captioned}></video>',
-},
'invalid': {
title: 'Video with invalid media',
description: 'Should have "Rewind" and "Play" buttons, and "Loading..." status ' +
« no previous file with comments | « LayoutTests/media/track/track-in-band-legacy-api-expected.txt ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698