| Index: LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt
|
| diff --git a/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt b/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt
|
| index 7dc23f64e2e96199250e926918a843e1c654026e..544aa8f93708c3b4e316dbf087f7121642c34f35 100644
|
| --- a/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt
|
| +++ b/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt
|
| @@ -1,11 +1,11 @@
|
| CONSOLE ERROR: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('asdf://') does not match the recipient window's origin ('http://localhost:8000').
|
| window.location.href = http://127.0.0.1:8000/security/postMessage/invalid-origin-throws-exception.html
|
| waiting...
|
| -Encountered exception "SyntaxError: Invalid target origin '' in a call to 'postMessage'." while posting message to ''.
|
| -Encountered exception "SyntaxError: Invalid target origin 'asdf' in a call to 'postMessage'." while posting message to 'asdf'.
|
| -Encountered exception "SyntaxError: Invalid target origin '/tmp/foo' in a call to 'postMessage'." while posting message to '/tmp/foo'.
|
| -Encountered exception "SyntaxError: Invalid target origin '//localhost' in a call to 'postMessage'." while posting message to '//localhost'.
|
| +Encountered exception "SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'." while posting message to ''.
|
| +Encountered exception "SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin 'asdf' in a call to 'postMessage'." while posting message to 'asdf'.
|
| +Encountered exception "SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '/tmp/foo' in a call to 'postMessage'." while posting message to '/tmp/foo'.
|
| +Encountered exception "SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '//localhost' in a call to 'postMessage'." while posting message to '//localhost'.
|
| Posted message to 'asdf:' without any exceptions.
|
| -Encountered exception "SyntaxError: Invalid target origin 'http:' in a call to 'postMessage'." while posting message to 'http:'.
|
| +Encountered exception "SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin 'http:' in a call to 'postMessage'." while posting message to 'http:'.
|
| Received message: data="Received message: data="done" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
|
|
|
|
|