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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt

Issue 14200030: Remove XMLHttpRequestException in favor of DOMException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests after rebasing... Created 7 years, 7 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 http://127.0.0.1:8000/xmlhttprequest /resources/get.txt. Origin http://localhost:8000 is not allowed by Access-Contro l-Allow-Origin. 1 CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest /resources/get.txt. Origin http://localhost:8000 is not allowed by Access-Contro l-Allow-Origin.
2 CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest /resources/get.txt. Origin http://localhost:8000 is not allowed by Access-Contro l-Allow-Origin. 2 CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest /resources/get.txt. Origin http://localhost:8000 is not allowed by Access-Contro l-Allow-Origin.
3 Specifying that an IP address should match subdomains doesn't make sense. This t est verifies that it doesn't do anything. 3 Specifying that an IP address should match subdomains doesn't make sense. This t est verifies that it doesn't do anything.
4 4
5 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (sync) 5 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (sync)
6 FAIL: Error: NETWORK_ERR: XMLHttpRequest Exception 101 6 FAIL: Error: NetworkError: DOM Exception 19
7 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (async) 7 Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (async)
8 FAIL: 0 8 FAIL: 0
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698