| Index: LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html
|
| diff --git a/LayoutTests/media/track/regions-webvtt/text-track-region-dom-layout.html b/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html
|
| similarity index 94%
|
| rename from LayoutTests/media/track/regions-webvtt/text-track-region-dom-layout.html
|
| rename to LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html
|
| index 1f9747f4752353151a03a25af5ed7910fedab626..6a4a3b833f28bfd5ca70072e975833a65d3a4f9e 100644
|
| --- a/LayoutTests/media/track/regions-webvtt/text-track-region-dom-layout.html
|
| +++ b/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html
|
| @@ -42,7 +42,7 @@
|
|
|
| function startTest()
|
| {
|
| - if (!window.TextTrackRegion) {
|
| + if (!window.VTTRegion) {
|
| failTest();
|
| return;
|
| }
|
| @@ -56,7 +56,7 @@
|
| </script>
|
| </head>
|
| <body>
|
| - <p>Tests default DOM layout structure for a TextTrackRegion.</p>
|
| + <p>Tests default DOM layout structure for a VTTRegion.</p>
|
| <video controls>
|
| <track src="../captions-webvtt/captions-regions.vtt" kind="captions" default onload="startTest()">
|
| </video>
|
|
|