| Index: LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
|
| diff --git a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
|
| index 39c7f259f150c79ae2e180ae48c8822dcf5019cf..67f2c05e1eecf4f506710ca4f1b4e8a2c4bf0c29 100644
|
| --- a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
|
| +++ b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
|
| @@ -7,9 +7,9 @@ CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin
|
| window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin.html
|
|
|
| waiting...
|
| -Error sending message to null. SyntaxError: Invalid target origin '' in a call to 'postMessage'.
|
| -Error sending message to undefined. SyntaxError: Invalid target origin '' in a call to 'postMessage'.
|
| -Error sending message to //. SyntaxError: Invalid target origin '//' in a call to 'postMessage'.
|
| +Error sending message to null. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'.
|
| +Error sending message to undefined. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'.
|
| +Error sending message to //. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '//' in a call to 'postMessage'.
|
| Received message: data="Received message: data="Trying origin=http://localhost:8000" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
|
| Received message: data="Received message: data="Trying origin=http://localhost:8000/" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
|
| Received message: data="Received message: data="Trying origin=http://localhost:8000/foo" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
|
|
|