1 | 1 | CONSOLE WARNING: line 20: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
---|
| 2 | CONSOLE ERROR: Failed to load http://localhost:8000/xmlhttprequest/resources/get.txt: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
|
---|
| 3 | CONSOLE ERROR: Failed to load http://127.0.0.1:8000/xmlhttprequest/resources/get.txt: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8000' is therefore not allowed access.
|
---|
2 | 4 | Tests the special case of whitelisting all origins.
|
---|
3 | 5 |
|
---|
4 | 6 | Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (sync)
|
---|
5 | | PASS: PASS
|
---|
| 7 | FAIL: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:8000/xmlhttprequest/resources/get.txt'.
|
---|
6 | 8 | Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (async)
|
---|
7 | | PASS: PASS
|
---|
| 9 | FAIL: 0
|
---|
8 | 10 | Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (sync)
|
---|
9 | | PASS: PASS
|
---|
| 11 | FAIL: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt'.
|
---|
10 | 12 | Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (async)
|
---|
11 | | PASS: PASS
|
---|
| 13 | FAIL: 0
|
---|
12 | 14 |
|
---|