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

Side by Side Diff: LayoutTests/media/text-tracks-visibility-user-override-expected.txt

Issue 1118613002: Hook up Android closed captions 'enabled' setting to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments from tkent Created 5 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test that closed captions visibility is overridden with user captions state sett ing
2 EVENT(canplaythrough)
3
4 Set user captions state to true and verify that the track is being displayed
5 EXPECTED (textTrackDisplayElement(video, 'display').innerText == 'Lorem') OK
6
7 Set user captions state to false and verify that no track is being displayed
8 No text track cue with display id '-webkit-media-text-track-display' is currentl y visible
9
10 Set user captions state to true again and verify that the track is being display ed
11 EXPECTED (textTrackDisplayElement(video, 'display').innerText == 'Lorem') OK
12
13 END OF TEST
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698