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

Unified Diff: LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.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/regions-webvtt/text-track-cue-region-attribute.html
diff --git a/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.html b/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.html
index f66c8925fc098c444cd241be78707ef4236baf73..5841f15ebfc5672a3180d84ed54d1f51ed30b5aa 100644
--- a/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.html
+++ b/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.html
@@ -16,7 +16,7 @@
}
consoleWrite("<br>** Test the setter and getter through the JS API **");
- cue = new TextTrackCue(0.0, 1.0, "sample");
+ cue = new VTTCue(0.0, 1.0, "sample");
testExpected("cue.regionId", "");
cue.regionId = "someId";

Powered by Google App Engine
This is Rietveld 408576698