mirror of
https://github.com/servo/servo.git
synced 2025-09-11 23:48:21 +01:00
Fix Request's Headers to be cloned correctly
Previously, when `Clone()` was called, Headers of the template Request did not get cloned properly. This commit fixes that issue, and updates the expected wpt results.
This commit is contained in:
parent
f4cb87a783
commit
d03167d980
2 changed files with 4 additions and 11 deletions
|
@ -1,8 +0,0 @@
|
|||
[request-clone.sub.html]
|
||||
type: testharness
|
||||
[Check cloning a request]
|
||||
expected: FAIL
|
||||
|
||||
[Check cloning a request copies the headers]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue