1 This page verifies that you can't use eval to subvert cross-domain checks.
3 If the test passes, you'll see a pass message below.
5 PASS: eval.call(frames[0], 'document').testExpando should be It's me! and is.
6 PASS: childEval.call(frames[0], 'document').testExpando should be It's me too! and is.
7 PASS: childEvalCaller('document').testExpando should be SecurityError and is.
8 PASS: childLocalEvalCaller('document').testExpando should be It's me too! and is.