OLD | NEW |
1 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
2 This page verifies that you can't use eval to subvert cross-domain checks. | 1 This page verifies that you can't use eval to subvert cross-domain checks. |
3 | 2 |
4 If the test passes, you'll see a pass message below. | 3 If the test passes, you'll see a pass message below. |
5 | 4 |
6 PASS: eval.call(frames[0], 'document').testExpando should be It's me! and is. | 5 PASS: eval.call(frames[0], 'document').testExpando should be It's me! and is. |
7 FAIL: childEval.call(frames[0], 'document').testExpando should be It's me too! b
ut instead is EvalError. | 6 FAIL: childEval.call(frames[0], 'document').testExpando should be It's me too! b
ut instead is EvalError. |
8 PASS: childEvalCaller('document').testExpando should be TypeError and is. | 7 PASS: childEvalCaller('document').testExpando should be SecurityError and is. |
9 FAIL: childLocalEvalCaller('document').testExpando should be It's me too! but in
stead is EvalError. | 8 FAIL: childLocalEvalCaller('document').testExpando should be It's me too! but in
stead is EvalError. |
10 | 9 |
OLD | NEW |