Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / xss-eval-expected.txt
blob02920aa0e2741c60922ab7dec15007297091460f
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.