Chromium Code Reviews

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

Issue 19940002: [HTML Import] Respect Content Security Policy Model (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Mac build Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/htmlimports/csp-block-import-in-import-expected.txt
diff --git a/LayoutTests/http/tests/htmlimports/csp-block-import-in-import-expected.txt b/LayoutTests/http/tests/htmlimports/csp-block-import-in-import-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a34b85925fde64258859fb458b31096f4c074b71
--- /dev/null
+++ b/LayoutTests/http/tests/htmlimports/csp-block-import-in-import-expected.txt
@@ -0,0 +1,4 @@
+CONSOLE MESSAGE: Refused to load the script 'http://localhost:8000/htmlimports/resources/cors-basic.cgi' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'".
+
+PASS
+

Powered by Google App Engine