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

Side by Side Diff: LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt

Issue 19564003: Populate cross-origin location access SecurityError messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 5 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: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
2 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
3 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.
4 2
5 Tests that cross origin errors are logged with source url and line number. 3 Tests that cross origin errors are logged with source url and line number.
6 4
7 5
8 Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. consol e-cross-origin-iframe-logging.html:10
9 Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. consol e-cross-origin-iframe-logging.html:15
10 Unable to post message to http://127.0.0.1:8000. Recipient has origin http://loc alhost:8000. 6 Unable to post message to http://127.0.0.1:8000. Recipient has origin http://loc alhost:8000.
11 console-cross-origin-iframe-logging.html:19 7 console-cross-origin-iframe-logging.html:19
12 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698