Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html |
| deleted file mode 100644 |
| index 3fcc136964bed4353a521a37c2449bc7a47111db..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -<script> |
| -if (window.testRunner) |
| - testRunner.dumpAsText(); |
| -</script> |
| -<meta http-equiv="Content-Security-Policy" content="sandbox allow-scripts"> |
| -This test passes if it does alert pass. |
| -<script> |
| -console.log('PASS'); |
| -</script> |