haikuwebkit/LayoutTests/fetch/header-constructor-override...

13 lines
360 B
Plaintext

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