Index: third_party/WebKit/LayoutTests/media/media-load-event.html |
diff --git a/third_party/WebKit/LayoutTests/media/media-load-event.html b/third_party/WebKit/LayoutTests/media/media-load-event.html |
index e8382bd5684e1db7ac40013853119d5184b99cc3..02a33443d19e54100d0ed4ad77749cf18a8350e6 100644 |
--- a/third_party/WebKit/LayoutTests/media/media-load-event.html |
+++ b/third_party/WebKit/LayoutTests/media/media-load-event.html |
@@ -1,6 +1,8 @@ |
<html> |
<head> |
<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> |
@@ -51,6 +53,6 @@ |
<p>Test that media file is not reloaded when an element is inserted into the DOM.</p> |
<div id="parent"></div> |
- |
+ |
</body> |
</html> |