Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html |
deleted file mode 100644 |
index 3d3b87efd79660f8484e5dd01f75240094e9b868..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <script src="resources/report-test.js"></script> |
- <meta http-equiv="Content-Security-Policy" content="img-src 'none'; report-uri http://localhost:8080/security/contentSecurityPolicy/resources/save-report.php?test=report-cross-origin-no-cookies.html"> |
-</head> |
-<body> |
-<script> |
- var xhr = new XMLHttpRequest(); |
- xhr.open("GET", "http://localhost:8080/cookies/resources/setCookies.cgi", false); |
- xhr.setRequestHeader("SET-COOKIE", "cspViolationReportCookie=crossOrigin;path=/"); |
- xhr.send(null); |
-</script> |
- |
-<!-- This image will generate a CSP violation report. --> |
-<img src="/security/resources/abe.png"> |
- |
-<script src='resources/go-to-echo-report.js'></script> |
-</body> |
-</html> |