Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-same-site-expected.txt

Issue 2015713002: Resolve console output in postMessage tests with site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug reference Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-same-site.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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"
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-same-site.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698