| Index: LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-open-exception-expected.txt
|
| diff --git a/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-open-exception-expected.txt b/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-open-exception-expected.txt
|
| index 7fb9da7aa4542953c14d54c9e3ce21e65ca2e0d1..6f3a23cae09f48d485551a029c79cd23614d20ca 100644
|
| --- a/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-open-exception-expected.txt
|
| +++ b/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-open-exception-expected.txt
|
| @@ -3,8 +3,8 @@ Cross-origin access to 'window.open' and 'window.opener' should throw a Security
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -FAIL frame.contentWindow.open() should throw SecurityError: Blocked a frame with origin "http://foobar_127.0.0.1:8000" from accessing a cross-origin frame.. Was undefined.
|
| -FAIL frame.contentWindow.opener = 1; should throw SecurityError: Failed to set the 'opener' property on 'Window': Blocked a frame with origin "http://foobar_127.0.0.1:8000" from accessing a cross-origin frame.. Was 1.
|
| +PASS frame.contentWindow.open() threw exception SecurityError: Blocked a frame with origin "http://foobar_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://foobar_127.0.0.1:8000" from accessing a cross-origin frame..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|