| Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc015-positioning.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc015-positioning.html b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc015-positioning.html
|
| index 2e19eb54b1bd0e534ecae4cb44f6b0d38a8e2e2d..ab9c0290b8ea32e54da081e5977aa488af28de87 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc015-positioning.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc015-positioning.html
|
| @@ -4,11 +4,13 @@
|
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
| <script src=../media-file.js></script>
|
| + <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
|
| + (Please avoid writing new tests using video-test.js) -->
|
| <script src=../video-test.js></script>
|
| - <script>
|
| + <script>
|
|
|
| var numberOfTrackTests = 3;
|
| -
|
| +
|
| function trackLoaded()
|
| {
|
| numberOfTracksLoaded++;
|
| @@ -18,11 +20,11 @@
|
| testTrackError(2);
|
| }
|
| }
|
| -
|
| +
|
| function testTrack(i)
|
| {
|
| findMediaElement();
|
| - var expected =
|
| + var expected =
|
| {
|
| length : 4,
|
| tests:
|
| @@ -41,7 +43,7 @@
|
| function testTrackError(i)
|
| {
|
| findMediaElement();
|
| - var expected =
|
| + var expected =
|
| {
|
| length : 8,
|
| tests:
|
|
|