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 c3f128098a67dbb2b32fe1eb2c7de9018055d16e..3537333ec5d96c47cab3f010dead844b889b16fb 100644 |
--- a/LayoutTests/http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt |
+++ b/LayoutTests/http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt |
@@ -1,5 +1,4 @@ |
-CONSOLE MESSAGE: 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 MESSAGE: 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 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. |
This test verifies that sandboxed iframe prevents cross-domain script access. It will print "PASS" on success. |