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

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

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000. 1 CONSOLE ERROR: Unable to post message to http://127.0.0.1:8000. Recipient has or igin http://localhost:8000.
2 2
3 CONSOLE MESSAGE: Unable to post message to http://localhost:9090. Recipient has origin http://localhost:8000. 3 CONSOLE ERROR: Unable to post message to http://localhost:9090. Recipient has or igin http://localhost:8000.
4 4
5 CONSOLE MESSAGE: Unable to post message to http://localhost. Recipient has origi n http://localhost:8000. 5 CONSOLE ERROR: Unable to post message to http://localhost. Recipient has origin http://localhost:8000.
6 6
7 CONSOLE MESSAGE: Unable to post message to https://localhost. Recipient has orig in http://localhost:8000. 7 CONSOLE ERROR: Unable to post message to https://localhost. Recipient has origin http://localhost:8000.
8 8
9 CONSOLE MESSAGE: Unable to post message to https://localhost:8000. Recipient has origin http://localhost:8000. 9 CONSOLE ERROR: Unable to post message to https://localhost:8000. Recipient has o rigin http://localhost:8000.
10 10
11 CONSOLE MESSAGE: Unable to post message to http://www.example.com. Recipient has origin http://localhost:8000. 11 CONSOLE ERROR: Unable to post message to http://www.example.com. Recipient has o rigin http://localhost:8000.
12 12
13 window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin. html 13 window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin. html
14 14
15 waiting... 15 waiting...
16 Error sending message to null. SyntaxError: Invalid target origin '' in a call t o 'postMessage'. 16 Error sending message to null. SyntaxError: Invalid target origin '' in a call t o 'postMessage'.
17 Error sending message to undefined. SyntaxError: Invalid target origin '' in a c all to 'postMessage'. 17 Error sending message to undefined. SyntaxError: Invalid target origin '' in a c all to 'postMessage'.
18 Error sending message to //. SyntaxError: Invalid target origin '//' in a call t o 'postMessage'. 18 Error sending message to //. SyntaxError: Invalid target origin '//' in a call t o 'postMessage'.
19 Received message: data="Received message: data="Trying origin=http://localhost:8 000" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 19 Received message: data="Received message: data="Trying origin=http://localhost:8 000" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
20 Received message: data="Received message: data="Trying origin=http://localhost:8 000/" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 20 Received message: data="Received message: data="Trying origin=http://localhost:8 000/" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
21 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo" origin="http://127.0.0.1:8000"" origin="http://localhost:8000" 21 Received message: data="Received message: data="Trying origin=http://localhost:8 000/foo" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
22 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" 22 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"
23 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" 23 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"
24 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" 24 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"
25 Received message: data="Received message: data="Trying origin=*" origin="http:// 127.0.0.1:8000"" origin="http://localhost:8000" 25 Received message: data="Received message: data="Trying origin=*" origin="http:// 127.0.0.1:8000"" origin="http://localhost:8000"
26 Received message: data="Received message: data="Trying origin=/" origin="http:// 127.0.0.1:8000"" origin="http://127.0.0.1:8000" 26 Received message: data="Received message: data="Trying origin=/" origin="http:// 127.0.0.1:8000"" origin="http://127.0.0.1:8000"
27 Received message: data="Received message: data="done" origin="http://127.0.0.1:8 000"" origin="http://localhost:8000" 27 Received message: data="Received message: data="done" origin="http://127.0.0.1:8 000"" origin="http://localhost:8000"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698