Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html |
index c17fa9b67d57b5d5316ce894f5f1d25f9bfe5639..baa4ad5a5c0ccaccabf27541dd8d0366c37b7ac7 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html |
@@ -1,6 +1,8 @@ |
<meta http-equiv="Content-Security-Policy" content="media-src http://127.0.0.1:8000"> |
<video></video> |
<script src=../../../media-resources/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=../../../media-resources/video-test.js></script> |
<script> |
waitForEvent('loadedmetadata', function () { |