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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/resources/alert-pass.js

Issue 14949017: Implementation of W3C compliant CSP script-src nonce. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor fixes based on Adam's comments Created 7 years, 7 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: LayoutTests/http/tests/security/contentSecurityPolicy/resources/alert-pass.js
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/resources/alert-pass.js b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/alert-pass.js
new file mode 100644
index 0000000000000000000000000000000000000000..3d6acfc343c55f5ca50539e8e2f7aabc534b5f41
--- /dev/null
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/alert-pass.js
@@ -0,0 +1 @@
+alert('PASS');

Powered by Google App Engine
This is Rietveld 408576698