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

Unified Diff: LayoutTests/media/video-controls-captions-load-by-lang-expected.txt

Issue 14056005: Added code to enable the first caption track if the user has requested captions and one such track … (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: LayoutTests/media/video-controls-captions-load-by-lang-expected.txt
diff --git a/LayoutTests/media/video-controls-captions-load-by-lang-expected.txt b/LayoutTests/media/video-controls-captions-load-by-lang-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0ba0ed3c0eb784c9a048741b1d9d04e69e8803c7
--- /dev/null
+++ b/LayoutTests/media/video-controls-captions-load-by-lang-expected.txt
@@ -0,0 +1,19 @@
+Tests that appropriate language track is loaded, according to user preferences.
+
+EVENT(canplaythrough)
+
+** Caption button should be visible and enabled because we have a captions track.
+EXPECTED (captionsButtonCoordinates[0] > '0') OK
+EXPECTED (captionsButtonCoordinates[1] > '0') OK
+EXPECTED (captionsButtonElement.disabled == 'false') OK
+
+** The captions track should be listed in textTracks, but disabled. **
+EXPECTED (video.textTracks.length == '2') OK
+EXPECTED (video.textTracks[0].mode == 'disabled') OK
+EXPECTED (video.textTracks[1].mode == 'disabled') OK
+
+** Set the user language preference so that the track will be chosen when the CC button is clicked. **
+RUN(internals.setUserPreferredLanguages(['ar']))
+*** Click the CC button.
+END OF TEST
+

Powered by Google App Engine
This is Rietveld 408576698