| 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 b0a2ed81298d700ab37a13f0d3e32c5fde6c8a98..011b547047bbb1c7d06467a48c7e8f93eba127fa 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,7 +1,7 @@
|
| <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
|
| +<!-- TODO(foolip): 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>
|
|
|