Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html

Issue 2445823002: Remove CSP referrer directive (Closed)
Patch Set: remove unused test file Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html
deleted file mode 100644
index 2da57925829fe9b02c40f97f8f4e21ca14464ca3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <script src="/js-test-resources/js-test.js"></script>
- <script src="../resources/referrer-test.js"></script>
-</head>
-<body>
- <script>
- description("Test that 'no-referrer' works correctly from HTTPS to HTTP.");
- expectNoReferrer(ReferrerTest.NO_REFERRER, ReferrerTest.HTTPS, ReferrerTest.HTTP);
- </script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698