| Index: LayoutTests/http/tests/security/cross-origin-window-open-exception.html
|
| diff --git a/LayoutTests/http/tests/security/cross-origin-window-open-exception.html b/LayoutTests/http/tests/security/cross-origin-window-open-exception.html
|
| index 32f9d953d219a8ca16d5d8168fe077cae7c5d572..69056f81eab557d86b5ce3947d91cf6d701ae412 100644
|
| --- a/LayoutTests/http/tests/security/cross-origin-window-open-exception.html
|
| +++ b/LayoutTests/http/tests/security/cross-origin-window-open-exception.html
|
| @@ -12,7 +12,7 @@
|
| var frame = document.querySelector('iframe');
|
| window.onload = function () {
|
| shouldThrow("frame.contentWindow.open()", '"SecurityError: Blocked a frame with origin \\"http://127.0.0.1:8000\\" from accessing a cross-origin frame."');
|
| - shouldThrow("frame.contentWindow.opener = 1;", '"SecurityError: Blocked a frame with origin \\"http://127.0.0.1:8000\\" from accessing a cross-origin frame."');
|
| + shouldThrow("frame.contentWindow.opener = 1;", '"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."');
|
| finishJSTest();
|
| };
|
| </script>
|
|
|