1 Test that XMLHttpRequest.response returns an empty ArrayBuffer when received a response without an entity body.
3 This is a testharness.js-based test.
4 PASS Test that XMLHttpRequest.response returns an empty ArrayBuffer when received a response with zero content length.
5 PASS Test that XMLHttpRequest.response returns an empty ArrayBuffer when received status is '304 not modified'.
6 Harness: the test ran to completion.