| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html
|
| deleted file mode 100644
|
| index 7ae10e130436a3fdf33dbacbe21a03dd114f3ad0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
| -<html>
|
| - <body>
|
| - <script src="../resources/securitypolicy-tests-base.js"></script>
|
| - <script>
|
| - if (document.securityPolicy.allowsMediaFrom('http://example.com/'))
|
| - log('PASS media is allowed when no policy exists.');
|
| - else
|
| - log('FAIL media is not allowed when no policy exists.');
|
| -
|
| - injectPolicy("media-src http://notexample.com;");
|
| -
|
| - if (!document.securityPolicy.allowsMediaFrom('http://example.com/'))
|
| - log('PASS media is not allowed when policy exists.');
|
| - else
|
| - log('FAIL media is allowed when policy exists.');
|
| - </script>
|
| - </body>
|
| -</html>
|
| -
|
|
|