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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-unsupported-url-expected.txt

Issue 2297483002: Make XMLHttpRequest.open() throw for invalid URLs (Closed)
Patch Set: Addressed #12 Created 4 years, 3 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 WARNING: line 14: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 14: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
2 CONSOLE ERROR: line 20: XMLHttpRequest cannot load http://localhost:1291a/. Cros s origin requests are only supported for protocol schemes: http, data, chrome, h ttps.
3 CONSOLE ERROR: line 1: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, chrome, ht tps.
4 CONSOLE ERROR: line 20: XMLHttpRequest cannot load http://localhost:1291a/. Cros s origin requests are only supported for protocol schemes: http, data, chrome, h ttps.
5 CONSOLE ERROR: line 1: XMLHttpRequest cannot load http://localhost:1291a/. Cross origin requests are only supported for protocol schemes: http, data, chrome, ht tps.
6 CONSOLE ERROR: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https. 2 CONSOLE ERROR: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https.
7 CONSOLE ERROR: line 1: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 3 CONSOLE ERROR: line 1: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
8 CONSOLE ERROR: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https. 4 CONSOLE ERROR: line 20: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origi n requests are only supported for protocol schemes: http, data, chrome, https.
9 CONSOLE ERROR: line 1: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 5 CONSOLE ERROR: line 1: XMLHttpRequest cannot load ftp://127.0.0.1/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
10 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 6 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
11 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 7 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
12 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 8 CONSOLE ERROR: line 20: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
13 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https. 9 CONSOLE ERROR: line 1: XMLHttpRequest cannot load localhost:8080/. Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
14 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques ts are only supported for protocol schemes: http, data, chrome, https. 10 CONSOLE ERROR: line 20: XMLHttpRequest cannot load tel:1234. Cross origin reques ts are only supported for protocol schemes: http, data, chrome, https.
15 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request s are only supported for protocol schemes: http, data, chrome, https. 11 CONSOLE ERROR: line 1: XMLHttpRequest cannot load tel:1234. Cross origin request s are only supported for protocol schemes: http, data, chrome, https.
(...skipping 15 matching lines...) Expand all
31 PASS xhr.send() did not throw exception. 27 PASS xhr.send() did not throw exception.
32 PASS errorEvent.name is "NetworkError" 28 PASS errorEvent.name is "NetworkError"
33 PASS errorEvent.type is "error" 29 PASS errorEvent.type is "error"
34 PASS xhr.send() did not throw exception. 30 PASS xhr.send() did not throw exception.
35 PASS errorEvent.name is "NetworkError" 31 PASS errorEvent.name is "NetworkError"
36 PASS errorEvent.type is "error" 32 PASS errorEvent.type is "error"
37 PASS xhr.send() did not throw exception. 33 PASS xhr.send() did not throw exception.
38 PASS errorEvent.name is "NetworkError" 34 PASS errorEvent.name is "NetworkError"
39 PASS errorEvent.type is "error" 35 PASS errorEvent.type is "error"
40 PASS xhr.send() did not throw exception. 36 PASS xhr.send() did not throw exception.
41 PASS errorEvent.name is "NetworkError"
42 PASS errorEvent.type is "error"
43 PASS xhr.send() did not throw exception.
44 PASS errorEvent.name is "NetworkError"
45 PASS errorEvent.type is "error"
46 PASS xhr.send() did not throw exception.
47 PASS successfullyParsed is true 37 PASS successfullyParsed is true
48 38
49 TEST COMPLETE 39 TEST COMPLETE
50 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698