OLD | NEW |
1 CONSOLE ERROR: line 19: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('http://127.0.0.1:8000') does not match the recipient window
's origin ('http://localhost:8000'). | 1 CONSOLE ERROR: line 19: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('http://127.0.0.1:8000') does not match the recipient window
's origin ('http://localhost:8000'). |
2 Tests that cross origin errors are logged with source url and line number. | 2 Tests that cross origin errors are logged with source url and line number. |
3 | 3 |
4 | 4 |
5 console-cross-origin-iframe-logging.html:19 Failed to execute 'postMessage' on '
DOMWindow': The target origin provided ('http://127.0.0.1:8000') does not match
the recipient window's origin ('http://localhost:8000'). | 5 console-cross-origin…ame-logging.html:19 Failed to execute 'postMessage' on 'DOM
Window': The target origin provided ('http://127.0.0.1:8000') does not match the
recipient window's origin ('http://localhost:8000'). |
6 accessFrame @ console-cross-origin-iframe-logging.html:19 | 6 accessFrame @ console-cross-origin…ame-logging.html:19 |
7 (anonymous) @ VM:1 | 7 (anonymous) @ VM:1 |
8 | 8 |
OLD | NEW |