Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: LayoutTests/http/tests/security/xss-eval-expected.txt

Issue 19932002: Throw exceptions on all failed cross-origin access checks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/http/tests/security/xss-eval.html ('k') | Source/bindings/v8/V8Initializer.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/xss-eval.html ('k') | Source/bindings/v8/V8Initializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698