Index: third_party/WebKit/LayoutTests/media/video-pause-empty-events.html |
diff --git a/third_party/WebKit/LayoutTests/media/video-pause-empty-events.html b/third_party/WebKit/LayoutTests/media/video-pause-empty-events.html |
index 9c157db9a6b3531a30f7d2e1575a9df0b2e3a17d..4e22d807535e14b89ad68f0c3baa4a3d0ed6b01d 100644 |
--- a/third_party/WebKit/LayoutTests/media/video-pause-empty-events.html |
+++ b/third_party/WebKit/LayoutTests/media/video-pause-empty-events.html |
@@ -1,6 +1,8 @@ |
<video controls></video> |
<p>Test that pause() from EMPTY network state triggers load()</p> |
<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> |
video.src = findMediaFile("video", "content/test"); |