Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc005-header-comment.html |
diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc005-header-comment.html b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc005-header-comment.html |
index 0293ea923f5ca738b78a1e561c867ea02a71b60d..8cc7d93eb610c94f4051492f58e4a7c32fa96999 100644 |
--- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc005-header-comment.html |
+++ b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc005-header-comment.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> |
numberOfTrackTests = 2; |
- |
+ |
function trackLoaded() |
{ |
numberOfTracksLoaded++; |
@@ -17,10 +19,10 @@ |
testTrack(1); |
} |
} |
- |
+ |
function testTrack(i) |
{ |
- var expected = |
+ var expected = |
{ |
length : 2, |
tests: |
@@ -56,4 +58,4 @@ |
<track src="captions-webvtt/tc005-metadata-area.vtt" onload="trackLoaded()"> |
</video> |
</body> |
-</html> |
+</html> |