| 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 aaa884b941c4f67ffbc91604d554dac90a0e944b..a6eba0cc04a97040ae236213977c3e642cc7dc04 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
|
| @@ -49,10 +49,10 @@ async_test(function() {
|
|
|
| for (var i = 0; i < container.children.length; ++i) {
|
| var cue = container.children[i];
|
| - totalVisibleLines += countVisibleLines(cue);;
|
| + totalVisibleLines += countVisibleLines(cue);
|
| }
|
|
|
| - assert_less_than_equal(totalVisibleLines, track.regions[0].height);
|
| + assert_less_than_equal(totalVisibleLines, track.regions[0].lines);
|
|
|
| if (seekTimeIndex == seekTimes.length)
|
| this.done();
|
|
|