Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / xmlhttprequest-test-custom-headers-expected.txt
blobadf316ef8c381f735a54f2af511e9cc723cf87ef
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
12 TEST COMPLETE