Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked.html |
index 2f288f703ddb502431afcc82366a066556c0274e..b0a2ed81298d700ab37a13f0d3e32c5fde6c8a98 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked.html |
@@ -1,6 +1,8 @@ |
<meta http-equiv="Content-Security-Policy" content="media-src 'none'"> |
<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> |
<p>This test passes if it doesn't alert failure.</p> |
<script> |