| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html
|
| deleted file mode 100644
|
| index 2f119fc233bfa91f95de78a60223b4465e49d99c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.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.allowsInlineScript)
|
| - log('PASS inline script is allowed when no policy exists.');
|
| - else
|
| - log('FAIL inline script is not allowed when no policy exists.');
|
| -
|
| - injectPolicy("script-src 'unsafe-eval';");
|
| -
|
| - if (!document.securityPolicy.allowsInlineScript)
|
| - log('PASS inline script is not allowed when policy exists.');
|
| - else
|
| - log('FAIL inline script is allowed when policy exists.');
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|