| OLD | NEW |
| 1 CONSOLE WARNING: isValidHTTPHeaderValue() will be deprecated and will be removed
in future. |
| 1 Test that XMLHttpRequest.response returns an empty ArrayBuffer when received a r
esponse without an entity body. | 2 Test that XMLHttpRequest.response returns an empty ArrayBuffer when received a r
esponse without an entity body. |
| 2 | 3 |
| 3 This is a testharness.js-based test. | 4 This is a testharness.js-based test. |
| 4 PASS Test that XMLHttpRequest.response returns an empty ArrayBuffer when receive
d a response with zero content length. | 5 PASS Test that XMLHttpRequest.response returns an empty ArrayBuffer when receive
d a response with zero content length. |
| 5 PASS Test that XMLHttpRequest.response returns an empty ArrayBuffer when receive
d status is '304 not modified'. | 6 PASS Test that XMLHttpRequest.response returns an empty ArrayBuffer when receive
d status is '304 not modified'. |
| 6 Harness: the test ran to completion. | 7 Harness: the test ran to completion. |
| 7 | 8 |
| OLD | NEW |