Index: LayoutTests/http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt |
diff --git a/LayoutTests/http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt b/LayoutTests/http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt |
index 3537333ec5d96c47cab3f010dead844b889b16fb..eab8599c16e2addf91d68b96d3773fba1cdceeba 100644 |
--- a/LayoutTests/http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt |
+++ b/LayoutTests/http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE MESSAGE: line 4: Uncaught SecurityError: Sandbox access violation: Blocked a frame at "http://127.0.0.1:8000" from accessing a frame at "http://127.0.0.1:8000". The frame requesting access is sandboxed and lacks the "allow-same-origin" flag. |
+CONSOLE ERROR: line 4: Uncaught SecurityError: Sandbox access violation: Blocked a frame at "http://127.0.0.1:8000" from accessing a frame at "http://127.0.0.1:8000". The frame requesting access is sandboxed and lacks the "allow-same-origin" flag. |
This test verifies that sandboxed iframe prevents cross-domain script access. It will print "PASS" on success. |