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

Unified Diff: LayoutTests/media/track/track-remove-active-cue-crash.html

Issue 72543003: Update TextTrackCue tests to use VTTCue where appropriate (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/track/track-disabled-addcue.html ('k') | LayoutTests/media/video-controls-captions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-remove-active-cue-crash.html
diff --git a/LayoutTests/media/track/track-remove-active-cue-crash.html b/LayoutTests/media/track/track-remove-active-cue-crash.html
index 91e19168c6ac5a292448be927beb1c68ea8f332f..ebb8c1bc2006bfb0d590435be44daa8261600059 100644
--- a/LayoutTests/media/track/track-remove-active-cue-crash.html
+++ b/LayoutTests/media/track/track-remove-active-cue-crash.html
@@ -30,7 +30,7 @@
video.addTextTrack("captions", "regular captions track", "en");
consoleWrite("** Add a cue to the track with enter event listener. **");
- var cue = new TextTrackCue(0.00, 4.00, "Random");
+ var cue = new VTTCue(0.00, 4.00, "Random");
cue.addEventListener("enter", removeActiveCue);
video.textTracks[0].addCue(cue);
« no previous file with comments | « LayoutTests/media/track/track-disabled-addcue.html ('k') | LayoutTests/media/video-controls-captions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698