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

Unified Diff: LayoutTests/media/track/regions-webvtt/vtt-region-parser.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. 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/vtt-region-parser.html
diff --git a/LayoutTests/media/track/regions-webvtt/text-track-region-parser.html b/LayoutTests/media/track/regions-webvtt/vtt-region-parser.html
similarity index 98%
rename from LayoutTests/media/track/regions-webvtt/text-track-region-parser.html
rename to LayoutTests/media/track/regions-webvtt/vtt-region-parser.html
index 107a422714c33dfeb4f6cc60076c97eb5560664f..67ad6c675b7a3b96baaeeecdadaec92db734b88c 100644
--- a/LayoutTests/media/track/regions-webvtt/text-track-region-parser.html
+++ b/LayoutTests/media/track/regions-webvtt/vtt-region-parser.html
@@ -10,7 +10,7 @@
function startTest()
{
- if (!window.TextTrackRegion) {
+ if (!window.VTTRegion) {
failTest();
return;
}

Powered by Google App Engine
This is Rietveld 408576698