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