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-in-band-legacy-api-expected.txt

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.html ('k') | ManualTests/media-controls.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-in-band-legacy-api-expected.txt
diff --git a/LayoutTests/media/track/track-in-band-legacy-api-expected.txt b/LayoutTests/media/track/track-in-band-legacy-api-expected.txt
deleted file mode 100644
index 6c761cf69469ac739db28dbe7a0061324ee2118e..0000000000000000000000000000000000000000
--- a/LayoutTests/media/track/track-in-band-legacy-api-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Test that in-band tracks work with .webkitClosedCaptionsVisible.
-
-EVENT(canplaythrough)
-
-** Check initial in-band track states
-EXPECTED (video.textTracks.length == '1') OK
-RUN(inbandTrack1 = video.textTracks[0])
-EXPECTED (inbandTrack1.mode == 'disabled') OK
-EXPECTED (inbandTrack1.cues == 'null') OK
-EXPECTED (inbandTrack1.language == 'en') OK
-EXPECTED (inbandTrack1.kind == 'captions') OK
-
-** Enable cues and let them load
-RUN(video.webkitClosedCaptionsVisible = true)
-RUN(video.play())
-EVENT(seeked)
-
-** Test to make sure captions are displaying
-EXPECTED (inbandTrack1.cues != 'null') OK
-EXPECTED (textTrackDisplayElement(video, 'cue').textContent != 'null') OK
-
-** Disable captions, cues should be flushed
-RUN(video.webkitClosedCaptionsVisible = false)
-EXPECTED (inbandTrack1.cues == 'null') OK
-
-END OF TEST
-
« no previous file with comments | « LayoutTests/media/track/track-in-band-legacy-api.html ('k') | ManualTests/media-controls.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698