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

Unified Diff: LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt

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-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

Powered by Google App Engine
This is Rietveld 408576698