Index: third_party/WebKit/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt |
index 3fa71a4d1bbdf86a6801b77f2667210c369b3e37..20e41810d20ad55e25eb58410a26fd4416e2bd37 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-origin-window-open-exception-expected.txt |
+++ b/third_party/WebKit/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: 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.. |
+FAIL frame.contentWindow.opener = 1; should throw 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.. Threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.. |
PASS successfullyParsed is true |
TEST COMPLETE |