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

Unified Diff: LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt

Issue 19564003: Populate cross-origin location access SecurityError messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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
Index: LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt
diff --git a/LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt b/LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt
index 4eac21c2383e8c29bd9670e9309df29e87a39b85..a8162376eaad571529c128d830d1b16ef0be46f1 100644
--- a/LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt
+++ b/LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Sandbox access violation: Blocked a frame at "http://127.0.0.1:8000" from accessing a frame at "http://127.0.0.1:8000". The frame being accessed is sandboxed and lacks the "allow-same-origin" flag.
ALERT: PASS: Cross-origin access to the Location object threw an exception.
Sandboxing a frame puts it into a unique origin by default, which the containing document shouldn't have script access to. This test passes if an exception is thrown upon the access violation.

Powered by Google App Engine
This is Rietveld 408576698