Index: LayoutTests/media/track/regions-webvtt/vtt-region-display.html |
diff --git a/LayoutTests/media/track/regions-webvtt/text-track-region-display.html b/LayoutTests/media/track/regions-webvtt/vtt-region-display.html |
similarity index 97% |
rename from LayoutTests/media/track/regions-webvtt/text-track-region-display.html |
rename to LayoutTests/media/track/regions-webvtt/vtt-region-display.html |
index 148fcee0aab67d81681ccb3216bfd94ad74bcbbb..05c295108b7fcc904070ba7bf1e8c4f85043c7a9 100644 |
--- a/LayoutTests/media/track/regions-webvtt/text-track-region-display.html |
+++ b/LayoutTests/media/track/regions-webvtt/vtt-region-display.html |
@@ -86,7 +86,7 @@ |
function startTest() |
{ |
- if (!window.TextTrackRegion) { |
+ if (!window.VTTRegion) { |
failTest(); |
return; |
} |
@@ -100,7 +100,7 @@ |
</script> |
</head> |
<body> |
- <p>Tests default rendering for TextTrackCues that belong to a TextTrackRegion.</p> |
+ <p>Tests default rendering for TextTrackCues that belong to a VTTRegion.</p> |
<video controls> |
<track src="../captions-webvtt/captions-regions.vtt" kind="captions" default onload="startTest()"> |
</video> |