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

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

Issue 389053003: Always report access control failure if accessing unsupported URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Include supported schemes in console error message Created 6 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
OLDNEW
1 CONSOLE ERROR: XMLHttpRequest cannot load xmlhttprequest-no-file-access-expected .txt. Cross origin requests are only supported for HTTP. 1 CONSOLE ERROR: XMLHttpRequest cannot load xmlhttprequest-no-file-access-expected .txt. Cross origin requests are only supported for protocol schemes: http, data, https.
2 2
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. 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