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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/suborigin-invalid-names-expected.txt

Issue 27073003: CSP Suborigins Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address abarth's comments Created 6 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: LayoutTests/http/tests/security/contentSecurityPolicy/suborigin-invalid-names-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/suborigin-invalid-names-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/suborigin-invalid-names-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c8c495fd9447274ccf5c1e2b579c16499b9d818a
--- /dev/null
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/suborigin-invalid-names-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE ERROR: Error while parsing the 'suborigin' Content Security Policy directive: No suborigin name specified.
+CONSOLE ERROR: Error while parsing the 'suborigin' Content Security Policy directive: Invalid character ''' in suborigin.
+CONSOLE ERROR: Error while parsing the 'suborigin' Content Security Policy directive: Invalid character ''' in suborigin.
+CONSOLE ERROR: Error while parsing the 'suborigin' Content Security Policy directive: Invalid character ''' in suborigin.
+CONSOLE ERROR: Error while parsing the 'suborigin' Content Security Policy directive: Invalid character ''' in suborigin.
+CONSOLE ERROR: Error while parsing the 'suborigin' Content Security Policy directive: Invalid character '@' in suborigin.
+CONSOLE ERROR: Error while parsing the 'suborigin' Content Security Policy directive: Invalid whitespace in suborigin. Whitespace may only appear at the beginning and end of a suborigin, and it is ignored.
+
+There should be 7 console errors for this test to pass.

Powered by Google App Engine
This is Rietveld 408576698