| 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 http://xhr.spec.whatwg.org/. |
| 1 Tests the behavior of whitelisting origins using exact matching. | 2 Tests the behavior of whitelisting origins using exact matching. |
| 2 | 3 |
| 3 Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (sync) | 4 Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (sync) |
| 4 PASS: PASS | 5 PASS: PASS |
| 5 Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (async) | 6 Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (async) |
| 6 PASS: PASS | 7 PASS: PASS |
| 7 Testing: http://loCALhost:8000/xmlhttprequest/resources/get.txt (sync) | 8 Testing: http://loCALhost:8000/xmlhttprequest/resources/get.txt (sync) |
| 8 PASS: PASS | 9 PASS: PASS |
| 9 Testing: http://loCALhost:8000/xmlhttprequest/resources/get.txt (async) | 10 Testing: http://loCALhost:8000/xmlhttprequest/resources/get.txt (async) |
| 10 PASS: PASS | 11 PASS: PASS |
| 11 | 12 |
| OLD | NEW |