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

Side by Side Diff: LayoutTests/media/track/track-in-band-cues-added-once-expected.txt

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 In-band text tracks.
2
3 EVENT(addtrack)
4 EXPECTED (event.track == 'video.textTracks[0]') OK
5
6 EVENT(canplaythrough)
7
8 ** Check initial in-band track states
9 EXPECTED (video.textTracks.length == '1') OK
10 RUN(inbandTrack1 = video.textTracks[0])
11 EXPECTED (inbandTrack1.mode == 'disabled') OK
12 EXPECTED (inbandTrack1.cues == 'null') OK
13 EXPECTED (inbandTrack1.language == 'en') OK
14 EXPECTED (inbandTrack1.kind == 'captions') OK
15
16 RUN(inbandTrack1.mode = 'showing')
17 RUN(video.play())
18 EXPECTED (inbandTrack1.cues.length > '0') OK
19 RUN(video.pause())
20 RUN(video.currentTime = 0)
21 RUN(video.play())
22
23 EVENT(seeked)
24 EXPECTED (inbandTrack1.cues.length > '0') OK
25 RUN(video.pause())
26 END OF TEST
27
OLDNEW
« no previous file with comments | « LayoutTests/media/track/track-in-band-cues-added-once.html ('k') | LayoutTests/media/track/track-in-band-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698