Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-allowed.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-allowed.html |
| deleted file mode 100644 |
| index 73ccb4821482cde9624611846783df149a02aa71..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/javascript-url-allowed.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=yes&csp=allow%20*%3B"></iframe> |
| -</body> |
| -</html> |