Index: third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html |
diff --git a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html b/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html |
index 831d3971d32a645aada90e192def657f7a817f1d..29cb69904b7bd7613edad903da44e04a633d1968 100644 |
--- a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html |
+++ b/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout.html |
@@ -13,8 +13,8 @@ async_test(function() { |
video.oncanplaythrough = this.step_func_done(function() { |
assert_equals(testTrack.track.regions.length, 1); |
- var region = textTrackDisplayElement(video, 'region'); |
- var container = textTrackDisplayElement(video, 'region-container'); |
+ var region = textTrackRegionElement(video); |
+ var container = textTrackRegionContainerElement(video); |
assert_equals(region.children.length, 1); |
assert_equals(region.children[0], container); |