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

Unified Diff: LayoutTests/media/track/opera/interfaces/TextTrackCue/onexit.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
Index: LayoutTests/media/track/opera/interfaces/TextTrackCue/onexit.html
diff --git a/LayoutTests/media/track/opera/interfaces/TextTrackCue/onexit.html b/LayoutTests/media/track/opera/interfaces/TextTrackCue/onexit.html
index 045fb5caab3f9daa31dcca9798f4bff05901250f..8fef45a4427c765aea00b9097e8c149eb1e6209e 100644
--- a/LayoutTests/media/track/opera/interfaces/TextTrackCue/onexit.html
+++ b/LayoutTests/media/track/opera/interfaces/TextTrackCue/onexit.html
@@ -5,7 +5,7 @@
<div id=log></div>
<script>
setup(function(){
- window.c1 = new TextTrackCue(0, 1, 'text1');
+ window.c1 = new VTTCue(0, 1, 'text1');
window.ev = new Event('exit');
window.ran = false;
window.cb = function() { ran = true; };

Powered by Google App Engine
This is Rietveld 408576698