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

Unified Diff: LayoutTests/media/track/track-cue-empty-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
Index: LayoutTests/media/track/track-cue-empty-crash.html
diff --git a/LayoutTests/media/track/track-cue-empty-crash.html b/LayoutTests/media/track/track-cue-empty-crash.html
index 959e73d8f83f1f006cfbf2ce971c56cd3940dfc9..0933b3d001c56dcbd569f278539bc40385347679 100644
--- a/LayoutTests/media/track/track-cue-empty-crash.html
+++ b/LayoutTests/media/track/track-cue-empty-crash.html
@@ -7,7 +7,7 @@
var fragment;
function startTest()
{
- var emptyCue = new TextTrackCue(0, 0, "");
+ var emptyCue = new VTTCue(0, 0, "");
fragment = emptyCue.getCueAsHTML();
consoleWrite("** The getCueAsHTML() method should return a document fragment **");

Powered by Google App Engine
This is Rietveld 408576698