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

Unified Diff: LayoutTests/http/tests/htmlimports/csp-import-block-but-self-expected.txt

Issue 1274713004: Modify SRI and CSP console messages to base64 hashes, not base64url. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More test updates Created 5 years, 4 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/htmlimports/csp-import-block-but-self-expected.txt
diff --git a/LayoutTests/http/tests/htmlimports/csp-import-block-but-self-expected.txt b/LayoutTests/http/tests/htmlimports/csp-import-block-but-self-expected.txt
index f207f5f76fedb1ed647f8d1af2b6921244368d9b..b82df3f9bc75b9529f55a3c0776a33eb59cf54c9 100644
--- a/LayoutTests/http/tests/htmlimports/csp-import-block-but-self-expected.txt
+++ b/LayoutTests/http/tests/htmlimports/csp-import-block-but-self-expected.txt
@@ -2,7 +2,7 @@ CONSOLE ERROR: line 2: Uncaught EvalError: Refused to evaluate a string as JavaS
CONSOLE ERROR: Refused to load the script 'http://localhost:8000//htmlimports/resources/cors-js.cgi' because it violates the following Content Security Policy directive: "script-src 'self'".
-CONSOLE ERROR: line 6: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-wnLyUqsXhUuQ5NVNJO-JjNabqB1yo9OPLLJWPopauN0='), or a nonce ('nonce-...') is required to enable inline execution.
+CONSOLE ERROR: line 6: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-wnLyUqsXhUuQ5NVNJO+JjNabqB1yo9OPLLJWPopauN0='), or a nonce ('nonce-...') is required to enable inline execution.
CONSOLE MESSAGE: line 4: PASS
CONSOLE MESSAGE: line 4: PASS

Powered by Google App Engine
This is Rietveld 408576698