1 This test verifies that XMLHttpRequest properly handles list-valued headers.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS xhr.getResponseHeader("CONTENT-TYPE").indexOf("text/plain") is >= 0
7 PASS xhr.getResponseHeader("x-custom-header-single") is "single"
8 PASS xhr.getResponseHeader("x-custom-header-empty") is ""
9 PASS xhr.getResponseHeader("x-custom-header-list") is "one, two"
10 PASS successfullyParsed is true