Index: LayoutTests/http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt |
index 54dde8aa92ce6a1e433cf3a55348b0a8a20ec644..9b416a6309bb6a58b88df1abb9837ac6112f1ee7 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt |
@@ -1,5 +1,5 @@ |
-CONSOLE MESSAGE: The 'allow' directive has been replaced with 'default-src'. Please use that directive instead, as 'allow' has no effect. |
-CONSOLE MESSAGE: Refused to load the script 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src 'none'". |
+CONSOLE ERROR: The 'allow' directive has been replaced with 'default-src'. Please use that directive instead, as 'allow' has no effect. |
+CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src 'none'". |
This script should not execute even though there are parse errors in the policy. |