Index: LayoutTests/http/tests/security/xss-eval-expected.txt |
diff --git a/LayoutTests/http/tests/security/xss-eval-expected.txt b/LayoutTests/http/tests/security/xss-eval-expected.txt |
index 15d1ee26d219ea44ddfe50c6303ce99422e85843..8c93b9f76decb0dcc7254d721b36d20243fd5a29 100644 |
--- a/LayoutTests/http/tests/security/xss-eval-expected.txt |
+++ b/LayoutTests/http/tests/security/xss-eval-expected.txt |
@@ -1,10 +1,9 @@ |
-CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. |
This page verifies that you can't use eval to subvert cross-domain checks. |
If the test passes, you'll see a pass message below. |
PASS: eval.call(frames[0], 'document').testExpando should be It's me! and is. |
FAIL: childEval.call(frames[0], 'document').testExpando should be It's me too! but instead is EvalError. |
-PASS: childEvalCaller('document').testExpando should be TypeError and is. |
+PASS: childEvalCaller('document').testExpando should be SecurityError and is. |
FAIL: childLocalEvalCaller('document').testExpando should be It's me too! but instead is EvalError. |