Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-blocked.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-blocked.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-blocked.html |
| deleted file mode 100644 |
| index 79e5e515afa956d0823a3b738effc779d7de0e61..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-blocked.html |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<head> |
| -<script> |
| -if (window.testRunner) |
| - testRunner.dumpAsText(); |
| -</script> |
| -</head> |
| -<body> |
| - <iframe src="http://127.0.0.1:8000/security/contentSecurityPolicy/resources/javascript-url.pl?should_run=no&csp=allow%20*%3B%20script-src%20'none'"></iframe> |
| -</body> |
| -</html> |