| Index: third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html b/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
|
| index 7334c854bba6c1ed8d2a2414e4abe1039af199bd..37b5bf8d0df83be9e03dde8f566604d27d09d159 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
|
| @@ -32,7 +32,7 @@ async_test(function(t) {
|
| video.src = findMediaFile("video", "../content/test");
|
|
|
| function getCaptionLineHeight() {
|
| - var captionElement = textTrackDisplayElement(video).firstChild.firstChild;
|
| + var captionElement = textTrackContainerElement(video).firstChild.firstChild;
|
| return captionElement.getBoundingClientRect().height;
|
| }
|
| });
|
|
|