Files
servo/tests/wpt/metadata/fetch/api/response/response-clone.html.ini
Jeena Lee 25cc87f226 Make Response's Clone() method to clone headers.
This patch allows the response clone to have the same headers list as
the original's. Previously, only the cloned response's headers guard was
set to be the same as the original response's headers guard.
2016-10-21 09:14:57 -07:00

18 lines
362 B
INI

[response-clone.html]
type: testharness
[Check orginal response's body after cloning]
expected: FAIL
[Check cloned response's body]
expected: FAIL
[Cannot clone a disturbed response]
expected: FAIL
[Cloned responses should provide the same data]
expected: FAIL
[Cancelling stream should not affect cloned one]
expected: FAIL