| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html
|
| deleted file mode 100644
|
| index 23f2a6f09b4c92b0826e2a8ad2b3f446aa4f90f3..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.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.allowsStyleFrom('http://example.com/'))
|
| - log('PASS style is allowed when no policy exists.');
|
| - else
|
| - log('FAIL style is not allowed when no policy exists.');
|
| -
|
| - injectPolicy("style-src http://notexample.com;");
|
| -
|
| - if (!document.securityPolicy.allowsStyleFrom('http://example.com/'))
|
| - log('PASS style is not allowed when policy exists.');
|
| - else
|
| - log('FAIL style is allowed when policy exists.');
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|