blob: a8f591d0b043e730df80737e8f25a273311aca8e [file] [log] [blame]
This test should create a Headers, override the Headers property and try creating new Headers from it.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS headers.get('hello') is "world"
PASS newHeaders.get('hello') is "world"
PASS response.headers.get('hello') is "world"
PASS successfullyParsed is true
TEST COMPLETE