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 | 2 |
3 | 3 |
4 -------- | 4 -------- |
5 Frame: '<!--framePath //<!--frame0-->-->' | 5 Frame: '<!--framePath //<!--frame0-->-->' |
6 -------- | 6 -------- |
7 Check that exact matching is used when comparing a request's originating url and
the value provided by Access-Control-Allow-Origin. | 7 Check that exact matching is used when comparing a request's originating url and
the value provided by Access-Control-Allow-Origin. |
8 | 8 |
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
10 | 10 |
11 | 11 |
12 Should allow origin: ' * ' | 12 Should allow origin: ' * ' |
13 PASS xhr.send(null) is undefined. | 13 PASS xhr.send(null) is undefined. |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 | 17 |
OLD | NEW |