Index: LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt |
diff --git a/LayoutTests/media/track/regions-webvtt/text-track-region-constructor-expected.txt b/LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt |
similarity index 97% |
rename from LayoutTests/media/track/regions-webvtt/text-track-region-constructor-expected.txt |
rename to LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt |
index 71f7c2b5577ed9d293a650f20bb3c9a8a62e836c..5928e9273041f6059d934bf41f807276d70a0b10 100644 |
--- a/LayoutTests/media/track/regions-webvtt/text-track-region-constructor-expected.txt |
+++ b/LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt |
@@ -1,5 +1,7 @@ |
-Tests the constructor and mutation of TextTrackRegion. |
+Tests the constructor and mutation of VTTRegion. |
+** Test instanceof VTTRegion. ** |
+EXPECTED (region instanceof VTTRegion == 'true') OK |
** Test the default indexs of a region. ** |
EXPECTED (region.track == 'null') OK |
EXPECTED (region.scroll == '') OK |