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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-captions-multiple-clicks-expected.txt

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and lgtm nits Created 4 years, 8 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-captions-multiple-clicks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-captions-multiple-clicks-expected.txt b/third_party/WebKit/LayoutTests/media/video-controls-captions-multiple-clicks-expected.txt
deleted file mode 100644
index 6f42467f2debc205c9f9aae96f1e6de7fc83756e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-controls-captions-multiple-clicks-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-Tests that multiple toggles of the closed captions button still display captions
-
-EVENT(canplaythrough)
-
-** Caption button should be visible and enabled.
-EXPECTED (captionsButtonCoordinates[0] > '0') OK
-EXPECTED (captionsButtonCoordinates[1] > '0') OK
-EXPECTED (captionsButtonElement.disabled == 'false') OK
-
-** The captions track should be listed in textTracks, but not yet loaded. **
-EXPECTED (video.textTracks.length == '1') OK
-EXPECTED (video.textTracks[0].mode == 'hidden') OK
-No text track cue with display id '-webkit-media-text-track-display' is currently visible
-No text track cue with display id '-webkit-media-text-track-display' is currently visible
-No text track cue with display id '-webkit-media-text-track-display' is currently visible
-
-** Captions track should become visible after button is clicked **
-*** Click the CC button.
-EXPECTED (displayElement.innerText == 'First') OK
-EXPECTED (displayElement.innerText == 'Second') OK
-EXPECTED (displayElement.innerText == 'Third') OK
-
-** Captions should not be visible after button is clicked again **
-*** Click the CC button.
-No text track cue with display id '-webkit-media-text-track-display' is currently visible
-No text track cue with display id '-webkit-media-text-track-display' is currently visible
-No text track cue with display id '-webkit-media-text-track-display' is currently visible
-
-** Captions should become visible after button is clicked again **
-*** Click the CC button.
-EXPECTED (displayElement.innerText == 'First') OK
-EXPECTED (displayElement.innerText == 'Second') OK
-EXPECTED (displayElement.innerText == 'Third') OK
-
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698