tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / security / postMessage / invalid-origin-throws-exception-expected.txt
1 CONSOLE MESSAGE: line 0: Unable to post message to asdf://. Recipient has origin http://localhost:8000.
2
3 window.location.href = http://127.0.0.1:8000/security/postMessage/invalid-origin-throws-exception.html
4 waiting...
5 Encountered exception Error: SYNTAX_ERR: DOM Exception 12 while posting message to ''.
6 Encountered exception Error: SYNTAX_ERR: DOM Exception 12 while posting message to 'asdf'.
7 Encountered exception Error: SYNTAX_ERR: DOM Exception 12 while posting message to '/tmp/foo'.
8 Encountered exception Error: SYNTAX_ERR: DOM Exception 12 while posting message to '//localhost'.
9 Posted message to 'asdf:' without any exceptions.
10 Encountered exception Error: SYNTAX_ERR: DOM Exception 12 while posting message to 'http:'.
11 Received message: data="Received message: data="done" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
12