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

Side by Side Diff: LayoutTests/media/track/track-remove-active-cue-crash-expected.txt

Issue 12087064: Merge 140834 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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
1 Tests that removing an active cue does not crash the browser. 1 Tests that removing an active cue does not crash the browser.
2 2
3 ** Add a text track to the video element ** 3 ** Add a text track to the video element **
4 ** Add a cue to the track with enter event listener. ** 4 ** Add a cue to the track with enter event listener. **
5 5
6 ** Play the video and remove cue when it becomes active. ** 6 ** Play the video and remove cue when it becomes active. **
7 RUN(video.play()) 7 RUN(video.play())
8 EXPECTED (video.textTracks[0].activeCues.length == '1') OK 8 EXPECTED (video.textTracks[0].activeCues.length == '1') OK
9 9
10 ** Remove the cue while it is active ** 10 ** Remove the cue while it is active **
11 11
12 No crash. PASS. 12 No crash. PASS.
13 13
14 END OF TEST 14 END OF TEST
15 15
OLDNEW
« no previous file with comments | « LayoutTests/media/track/track-remove-active-cue-crash.html ('k') | Source/WebCore/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698