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

Unified Diff: LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt

Issue 91383002: Switch V8WindowCustom to the new-style ExceptionState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations. Created 7 years 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-origin-window-open-exception-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt b/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt
index 18a6bd85706cc5d9d57cb5cfe046fe3695a7d0e7..3fa71a4d1bbdf86a6801b77f2667210c369b3e37 100644
--- a/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt
+++ b/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS frame.contentWindow.open() threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
-PASS frame.contentWindow.opener = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
+PASS frame.contentWindow.opener = 1; threw exception SecurityError: Failed to set the 'opener' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698