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

Side by Side Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt

Issue 19932002: Throw exceptions on all failed cross-origin access checks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test. 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: XMLHttpRequest cannot load xmlhttprequest-no-file-access-expect ed.txt. Cross origin requests are only supported for HTTP. 1 CONSOLE MESSAGE: XMLHttpRequest cannot load xmlhttprequest-no-file-access-expect ed.txt. Cross origin requests are only supported for HTTP.
2 CONSOLE MESSAGE: Blocked a frame with origin "null" from accessing a frame with origin "". Protocols, domains, and ports must match.
3 2
4 The child iframe cannot paste its textual results into this iframe because it is considered a different domain - that's the point of this test! Therefore, succe ss is denoted by the child iframe calling notifyDone. The test will hang if some thing goes amiss with the access control checks. 3 The child iframe cannot paste its textual results into this iframe because it is considered a different domain - that's the point of this test! Therefore, succe ss is denoted by the child iframe calling notifyDone. The test will hang if some thing goes amiss with the access control checks.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698