Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt |
index 389468646ea7cd7511840601617e27d784ecae60..1809898e3b7539260722aefd0798d3914d160de6 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt |
@@ -1,7 +1,7 @@ |
-CONSOLE MESSAGE: The 'reflected-xss' Content Security Policy directive has the invalid value "". Valid values are "allow", "filter", and "block". |
-CONSOLE MESSAGE: The 'reflected-xss' Content Security Policy directive has the invalid value "blah". Valid values are "allow", "filter", and "block". |
-CONSOLE MESSAGE: The 'reflected-xss' Content Security Policy directive has the invalid value "allow blah". Valid values are "allow", "filter", and "block". |
-CONSOLE MESSAGE: The 'reflected-xss' Content Security Policy directive has the invalid value "blah allow". Valid values are "allow", "filter", and "block". |
+CONSOLE ERROR: The 'reflected-xss' Content Security Policy directive has the invalid value "". Valid values are "allow", "filter", and "block". |
+CONSOLE ERROR: The 'reflected-xss' Content Security Policy directive has the invalid value "blah". Valid values are "allow", "filter", and "block". |
+CONSOLE ERROR: The 'reflected-xss' Content Security Policy directive has the invalid value "allow blah". Valid values are "allow", "filter", and "block". |
+CONSOLE ERROR: The 'reflected-xss' Content Security Policy directive has the invalid value "blah allow". Valid values are "allow", "filter", and "block". |
Invalid 'reflected-xss' headers should generate console messages. |