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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-captions-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-captions-expected.txt b/third_party/WebKit/LayoutTests/media/video-controls-captions-expected.txt
index 750344d52e28a9c197ae93b24b48ee01f738c55d..8cb9dfa4c055064cf5c63ee7ae7a5d3dbafbb71d 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-captions-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/video-controls-captions-expected.txt
@@ -1,4 +1,4 @@
-Tests that the closed captions button, when toggled, updates the text track display area.
+Tests that the closed captions button enables track switching
EVENT(canplaythrough)
@@ -12,11 +12,11 @@ EXPECTED (video.textTracks.length == '1') OK
EXPECTED (video.textTracks[0].mode == 'disabled') OK
Failed to find text track container element
-** Captions track should load and captions should become visible after button is clicked **
+** Captions track should load and captions should become visible after a track is selected **
*** Click the CC button.
EXPECTED (textTrackDisplayElement(video, 'display').innerText == 'Lorem') OK
-** Captions should not be visible after button is clicked again **
+** Captions should not be visible after Off is clicked **
*** Click the CC button.
No text track cue with display id '-webkit-media-text-track-display' is currently visible

Powered by Google App Engine
This is Rietveld 408576698