Index: LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt |
index 64abc1ec1f81059272d9ab746c34f9ea07f24885..af4439a3815a834ed62f037e1822c62a10ff3a08 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt |
@@ -1,6 +1,6 @@ |
-CONSOLE MESSAGE: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". |
+CONSOLE ERROR: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". |
-CONSOLE MESSAGE: line 77: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". |
+CONSOLE ERROR: line 77: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". |
This test ensures that styles can be set by object.cloneNode() |
PASS node1.style.background is "yellow" |