Chromium Code Reviews

Unified Diff: LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.html

Issue 55653003: Rename TextTrackRegion/TextTrackRegionList to VTTRegion/VTTRegionList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | LayoutTests/media/track/regions-webvtt/text-track-region-constructor.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ca30fdeb99cf6b8b60c86006dda4393fa575bd3b..f66c8925fc098c444cd241be78707ef4236baf73 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
@@ -10,7 +10,7 @@
function startTest()
{
- if (!window.TextTrackRegion) {
+ if (!window.VTTRegion) {
failTest();
return;
}
« no previous file with comments | « no previous file | LayoutTests/media/track/regions-webvtt/text-track-region-constructor.html » ('j') | no next file with comments »

Powered by Google App Engine