Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.html |
deleted file mode 100644 |
index 0cdaf8f60bed172f56e671b33ef1508e0dd68c12..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-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 /security/contentSecurityPolicy/resources/save-report.php?test=report-same-origin-with-cookies.html"> |
-</head> |
-<body> |
-<script> |
- var xhr = new XMLHttpRequest(); |
- xhr.open("GET", "/cookies/resources/setCookies.cgi", false); |
- xhr.setRequestHeader("SET-COOKIE", "cspViolationReportCookie=sameOrigin;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> |