| Index: third_party/WebKit/LayoutTests/media/track/track-cues-cuechange.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-cues-cuechange.html b/third_party/WebKit/LayoutTests/media/track/track-cues-cuechange.html
|
| index 23b6ff7e1a46f9d8f52b362dd3310f712ae71032..e63cdd00a9a5190acc6737c99c9f9749f350db99 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-cues-cuechange.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/track-cues-cuechange.html
|
| @@ -4,9 +4,11 @@
|
| <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 cueChangeCount = 0;
|
| var currentCue;
|
| @@ -58,13 +60,13 @@
|
| }
|
|
|
| waitForEvent('canplaythrough',
|
| - function ()
|
| + function ()
|
| {
|
| videoCanPlayThrough = true;
|
| attemptTests();
|
| }
|
| );
|
| -
|
| +
|
| function loaded()
|
| {
|
| trackLoaded = true;
|
| @@ -76,7 +78,7 @@
|
| findMediaElement();
|
| video.src = findMediaFile("video", "../content/test");
|
| }
|
| -
|
| +
|
| </script>
|
| </head>
|
| <body onload="start()">
|
|
|