1 | 1 | CONSOLE WARNING: line 18: 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.
|
---|
2 | 3 | Tests origin whitelisting subdomain behavior.
|
---|
3 | 4 |
|
---|
4 | 5 | Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (sync)
|
---|
5 | | PASS: PASS
|
---|
| 6 | FAIL: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:8000/xmlhttprequest/resources/get.txt'.
|
---|
6 | 7 | Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (async)
|
---|
7 | | PASS: PASS
|
---|
| 8 | FAIL: 0
|
---|
8 | 9 |
|
---|