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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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 | 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 MESSAGE: Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
2 2
3 CONSOLE MESSAGE: Unable to post message to http://localhost:9090. Recipient has origin http://localhost:8000. 3 CONSOLE MESSAGE: Unable to post message to http://localhost:9090. Recipient has origin http://localhost:8000.
4 4
5 CONSOLE MESSAGE: Unable to post message to http://localhost. Recipient has origi n http://localhost:8000. 5 CONSOLE MESSAGE: Unable to post message to http://localhost. Recipient has origi n http://localhost:8000.
6 6
7 CONSOLE MESSAGE: Unable to post message to https://localhost. Recipient has orig in http://localhost:8000. 7 CONSOLE MESSAGE: Unable to post message to https://localhost. Recipient has orig in http://localhost:8000.
8 8
9 CONSOLE MESSAGE: Unable to post message to https://localhost:8000. Recipient has origin http://localhost:8000. 9 CONSOLE MESSAGE: Unable to post message to https://localhost:8000. Recipient has origin 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 MESSAGE: Unable to post message to http://www.example.com. Recipient has origin 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. Error: SyntaxError: DOM Exception 12 16 Error sending message to null. SyntaxError: An invalid or illegal string was spe cified.
17 Error sending message to undefined. Error: SyntaxError: DOM Exception 12 17 Error sending message to undefined. SyntaxError: An invalid or illegal string wa s specified.
18 Error sending message to //. Error: SyntaxError: DOM Exception 12 18 Error sending message to //. SyntaxError: An invalid or illegal string was speci fied.
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