| 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 630dcb4983777bdc0d2aafd09d52bfb8b3b020ea..c4fd1eda4398ad20b9445678d3c8779722ebd132 100644
|
| --- a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
|
| +++ b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
|
| @@ -13,9 +13,9 @@ CONSOLE MESSAGE: Unable to post message to http://www.example.com. Recipient has
|
| window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin.html
|
|
|
| waiting...
|
| -Error sending message to null. Error: SyntaxError: DOM Exception 12
|
| -Error sending message to undefined. Error: SyntaxError: DOM Exception 12
|
| -Error sending message to //. Error: SyntaxError: DOM Exception 12
|
| +Error sending message to null. SyntaxError: An invalid or illegal string was specified.
|
| +Error sending message to undefined. SyntaxError: An invalid or illegal string was specified.
|
| +Error sending message to //. SyntaxError: An invalid or illegal string was specified.
|
| 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"
|
|
|