| OLD | NEW |
| (Empty) | |
| 1 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('http://127.0.0.1:9090') does not match the recipient window
's origin ('http://127.0.0.1:8000'). |
| 2 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('http://127.0.0.1') does not match the recipient window's or
igin ('http://127.0.0.1:8000'). |
| 3 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('https://127.0.0.1') does not match the recipient window's o
rigin ('http://127.0.0.1:8000'). |
| 4 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('https://127.0.0.1:8000') does not match the recipient windo
w's origin ('http://127.0.0.1:8000'). |
| 5 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('http://www.example.com') does not match the recipient windo
w's origin ('http://127.0.0.1:8000'). |
| 6 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('asdf://') does not match the recipient window's origin ('ht
tp://127.0.0.1:8000'). |
| 7 window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin-
same-site.html |
| 8 |
| 9 waiting... |
| 10 Error sending message to . SyntaxError: Failed to execute 'postMessage' on 'Wind
ow': Invalid target origin '' in a call to 'postMessage'. |
| 11 Error sending message to asdf. SyntaxError: Failed to execute 'postMessage' on '
Window': Invalid target origin 'asdf' in a call to 'postMessage'. |
| 12 Error sending message to /tmp/foo. SyntaxError: Failed to execute 'postMessage'
on 'Window': Invalid target origin '/tmp/foo' in a call to 'postMessage'. |
| 13 Error sending message to //localhost. SyntaxError: Failed to execute 'postMessag
e' on 'Window': Invalid target origin '//localhost' in a call to 'postMessage'. |
| 14 Error sending message to http:. SyntaxError: Failed to execute 'postMessage' on
'Window': Invalid target origin 'http:' in a call to 'postMessage'. |
| 15 Received message: data="Received message: data="Trying origin=http://127.0.0.1:8
000" origin="http://127.0.0.1:8000"" origin="http://127.0.0.1:8000" |
| 16 Received message: data="Received message: data="Trying origin=http://127.0.0.1:8
000/" origin="http://127.0.0.1:8000"" origin="http://127.0.0.1:8000" |
| 17 Received message: data="Received message: data="Trying origin=http://127.0.0.1:8
000/foo" origin="http://127.0.0.1:8000"" origin="http://127.0.0.1:8000" |
| 18 Received message: data="Received message: data="Trying origin=http://127.0.0.1:8
000/foo?bar" origin="http://127.0.0.1:8000"" origin="http://127.0.0.1:8000" |
| 19 Received message: data="Received message: data="Trying origin=http://127.0.0.1:8
000/foo?bar#baz" origin="http://127.0.0.1:8000"" origin="http://127.0.0.1:8000" |
| 20 Received message: data="Received message: data="Trying origin=http://user:pass@1
27.0.0.1:8000/foo?bar#baz" origin="http://127.0.0.1:8000"" origin="http://127.0.
0.1:8000" |
| OLD | NEW |