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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html

Issue 149953007: CSP 1.1: Remove last bits of 'X-WebKit-CSP'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test. Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html b/LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html
deleted file mode 100644
index c0d18fabd4180bfafb36b126fba77e9e529d91dc..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta http-equiv="X-WebKit-CSP" content="script-src http://127.0.0.1:*">
- <script src="resources/dump-as-text.js"></script>
-</head>
-<body>
-This test passes if it alerts "PASS", and a deprecation warning is presented in the console.
-<script>
-alert('PASS');
-</script>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/prefixed-header-deprecation-warning-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698