| 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 29cb69904b7bd7613edad903da44e04a633d1968..f37ecd6492aaa39d310b98c1a539f512955c048a 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
|
| @@ -11,8 +11,6 @@ async_test(function() {
|
| var testTrack = document.createElement('track');
|
| testTrack.onload = this.step_func(function() {
|
| video.oncanplaythrough = this.step_func_done(function() {
|
| - assert_equals(testTrack.track.regions.length, 1);
|
| -
|
| var region = textTrackRegionElement(video);
|
| var container = textTrackRegionContainerElement(video);
|
|
|
|
|