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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-get-expected.txt

Issue 14705009: Remove RangeException interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectation Created 7 years, 8 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/cross-frame-access-get-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
index 71e41ad349b913ccc433e3d5f97d76a987b9ddf1..2a041ee8ca0722d3107dc1ff7f5c2e6defb4e0d7 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
@@ -186,7 +186,6 @@ CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
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.
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.
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.
-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 test checks cross-frame access security (rdar://problem/5251309).
@@ -304,7 +303,6 @@ PASS: canGet('targetWindow.Option') should be 'false' and is.
PASS: canGet('targetWindow.ProcessingInstruction') should be 'false' and is.
PASS: canGet('targetWindow.Range') should be 'false' and is.
PASS: canGet('targetWindow.RangeError') should be 'false' and is.
-PASS: canGet('targetWindow.RangeException') should be 'false' and is.
PASS: canGet('targetWindow.ReferenceError') should be 'false' and is.
PASS: canGet('targetWindow.SyntaxError') should be 'false' and is.
PASS: canGet('targetWindow.Text') should be 'false' and is.

Powered by Google App Engine
This is Rietveld 408576698