Index: LayoutTests/http/tests/security/shape-inside-image-origin-expected.txt |
diff --git a/LayoutTests/http/tests/security/shape-inside-image-origin-expected.txt b/LayoutTests/http/tests/security/shape-inside-image-origin-expected.txt |
index 7c323372e0d4c5ab432c6e50890a8502e5f0c313..24cbeab23225ce736b877a34e0ebbd4fd75504f7 100644 |
--- a/LayoutTests/http/tests/security/shape-inside-image-origin-expected.txt |
+++ b/LayoutTests/http/tests/security/shape-inside-image-origin-expected.txt |
@@ -1,6 +1,6 @@ |
-CONSOLE MESSAGE: Unsafe attempt to load URL http://localhost:8080/security/resources/square100.png from frame with URL http://127.0.0.1:8000/security/shape-inside-image-origin.html. Domains, protocols and ports must match. |
+CONSOLE ERROR: Unsafe attempt to load URL http://localhost:8080/security/resources/square100.png from frame with URL http://127.0.0.1:8000/security/shape-inside-image-origin.html. Domains, protocols and ports must match. |
-CONSOLE MESSAGE: Unsafe attempt to load URL http://localhost:8080/security/resources/square100.png from frame with URL http://127.0.0.1:8000/security/shape-inside-image-origin.html. Domains, protocols and ports must match. |
+CONSOLE ERROR: Unsafe attempt to load URL http://localhost:8080/security/resources/square100.png from frame with URL http://127.0.0.1:8000/security/shape-inside-image-origin.html. Domains, protocols and ports must match. |
Verify that shape-inside and shape-outside can not be set to a URL with a different origin and that the result of doing so sets the property to "none". This test should generate two error messages about unsafe attempts to load a URL. |