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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/security/xss-eval.html ('k') | Source/bindings/v8/V8Initializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« 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