mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
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.
18 lines
362 B
INI
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
|
|
|