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