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

Unified Diff: third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-display.html

Issue 2269883002: Refactor textTractDisplayElement utility function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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: third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-display.html
diff --git a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-display.html b/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-display.html
index d0f001fd3bf2e416b4fe5ca1493bd086e5f41d3b..aaa884b941c4f67ffbc91604d554dac90a0e944b 100644
--- a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-display.html
+++ b/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-display.html
@@ -41,8 +41,8 @@ async_test(function() {
assert_equals(track.regions.length, 1);
- region = textTrackDisplayElement(video, 'region');
- var container = textTrackDisplayElement(video, 'region-container');
+ region = textTrackRegionElement(video);
+ var container = textTrackRegionContainerElement(video);
video.onseeked = this.step_func(function() {
var totalVisibleLines = 0;

Powered by Google App Engine
This is Rietveld 408576698