| Index: LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html b/LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html
|
| deleted file mode 100644
|
| index c0d18fabd4180bfafb36b126fba77e9e529d91dc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <meta http-equiv="X-WebKit-CSP" content="script-src http://127.0.0.1:*">
|
| - <script src="resources/dump-as-text.js"></script>
|
| -</head>
|
| -<body>
|
| -This test passes if it alerts "PASS", and a deprecation warning is presented in the console.
|
| -<script>
|
| -alert('PASS');
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|