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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-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, 6 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
OLDNEW
1 CONSOLE ERROR: line 16: 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 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://localhost:9090') does not match the recipient window 's origin ('http://localhost:8000').
3 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://localhost') does not match the recipient window's or igin ('http://localhost:8000').
4 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('https://localhost') does not match the recipient window's o rigin ('http://localhost:8000').
5 CONSOLE ERROR: line 16: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('https://localhost:8000') does not match the recipient windo w's origin ('http://localhost:8000').
6 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://localhost:8000').
7 window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin. html 1 window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin. html
8 2
9 waiting... 3 waiting...
10 Error sending message to null. SyntaxError: Failed to execute 'postMessage' on ' Window': Invalid target origin '' in a call to 'postMessage'. 4 Error sending message to null. SyntaxError: Failed to execute 'postMessage' on ' Window': Invalid target origin '' in a call to 'postMessage'.
11 Error sending message to undefined. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'. 5 Error sending message to undefined. SyntaxError: Failed to execute 'postMessage' on 'Window': Invalid target origin '' in a call to 'postMessage'.
12 Error sending message to //. SyntaxError: Failed to execute 'postMessage' on 'Wi ndow': Invalid target origin '//' in a call to 'postMessage'. 6 Error sending message to //. SyntaxError: Failed to execute 'postMessage' on 'Wi ndow': Invalid target origin '//' in a call to 'postMessage'.
13 Received message: data="Received message: data="Trying origin=*" origin="http:// 127.0.0.1:8000"" origin="http://localhost:8000" 7 Received message: data="Received message: data="Trying origin=*" origin="http:// 127.0.0.1:8000"" origin="http://localhost:8000"
14 Received message: data="Received message: data="Trying origin=/" origin="http:// 127.0.0.1:8000"" origin="http://127.0.0.1:8000" 8 Received message: data="Received message: data="Trying origin=/" origin="http:// 127.0.0.1:8000"" origin="http://127.0.0.1:8000"
15 Received message: data="Received message: data="Trying origin=http://localhost:8 000" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 9 Received message: data="Received message: data="Trying origin=http://localhost:8 000" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
16 Received message: data="Received message: data="Trying origin=http://localhost:8 000/" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 10 Received message: data="Received message: data="Trying origin=http://localhost:8 000/" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
17 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 11 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
18 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo?bar" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 12 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo?bar" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
19 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo?bar#baz" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 13 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo?bar#baz" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
20 Received message: data="Received message: data="Trying origin=http://user:pass@l ocalhost:8000/foo?bar#baz" origin="http://127.0.0.1:8000"" origin="http://localh ost:8000" 14 Received message: data="Received message: data="Trying origin=http://user:pass@l ocalhost:8000/foo?bar#baz" origin="http://127.0.0.1:8000"" origin="http://localh ost:8000"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698