OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 17: 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 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. |
4 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. | 4 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. |
5 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. | 5 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. |
6 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. | 6 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. |
7 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. | 7 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. |
8 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. | 8 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. |
9 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. | 9 CONSOLE ERROR: line 19: XMLHttpRequest cannot load http://localhost:8000/xmlhttp
request/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. |
10 Tests the behavior of whitelisting origins and removing them later. | 10 Tests the behavior of whitelisting origins and removing them later. |
11 | 11 |
(...skipping 27 matching lines...) Expand all Loading... |
39 Testing: source origin: http://127.0.0.1:8000 destination origin: http: allowing
subdomains | 39 Testing: source origin: http://127.0.0.1:8000 destination origin: http: allowing
subdomains |
40 Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWO
RK_ERR) | 40 Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWO
RK_ERR) |
41 PASS: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load
'http://localhost:8000/xmlhttprequest/resources/get.txt'. | 41 PASS: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load
'http://localhost:8000/xmlhttprequest/resources/get.txt'. |
42 Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting PASS) | 42 Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting PASS) |
43 PASS: PASS | 43 PASS: PASS |
44 Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWO
RK_ERR) | 44 Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWO
RK_ERR) |
45 PASS: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load
'http://localhost:8000/xmlhttprequest/resources/get.txt'. | 45 PASS: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load
'http://localhost:8000/xmlhttprequest/resources/get.txt'. |
46 | 46 |
47 | 47 |
48 | 48 |
OLD | NEW |