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

Unified Diff: LayoutTests/media/track/opera/interfaces/VTTCue/getCueAsHTMLCrash.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/VTTCue/getCueAsHTMLCrash.html
diff --git a/LayoutTests/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html b/LayoutTests/media/track/opera/interfaces/VTTCue/getCueAsHTMLCrash.html
similarity index 91%
rename from LayoutTests/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html
rename to LayoutTests/media/track/opera/interfaces/VTTCue/getCueAsHTMLCrash.html
index 09492f34a85356455c790dfaa5c2e10e84c6a0e6..0e77ba7ec333541c720b2cd7b025aa06e3fd1d9c 100644
--- a/LayoutTests/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html
+++ b/LayoutTests/media/track/opera/interfaces/VTTCue/getCueAsHTMLCrash.html
@@ -7,7 +7,7 @@ if (window.testRunner)
testRunner.dumpAsText();
test(function(){
- var c1 = new TextTrackCue(0, 1, '<c>x\0');
+ var c1 = new VTTCue(0, 1, '<c>x\0');
window.frag = c1.getCueAsHTML();
}, document.title+', creating the cue');

Powered by Google App Engine
This is Rietveld 408576698