| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html
|
| deleted file mode 100644
|
| index 63f6e41dae6e58dcfbae197467781bf012f21598..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.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.isActive)
|
| - log('PASS document.securityPolicy.active is false when no policy exists.');
|
| - else
|
| - log('FAIL document.securityPolicy.active is truw when no policy exists.');
|
| -
|
| - injectPolicy("script-src 'unsafe-inline';");
|
| -
|
| - if (document.securityPolicy.isActive)
|
| - log('PASS document.securityPolicy.active is true when policy exists.');
|
| - else
|
| - log('FAIL document.securityPolicy.active is false when policy exists.');
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|