mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Enable OpenEndedDictionary in Headers
Expected wpt results are updated as well.
This commit is contained in:
parent
2b1a39c2ae
commit
3b75d223f1
16 changed files with 65 additions and 77 deletions
|
@ -1,3 +1,20 @@
|
|||
[response-clone.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Check Response's clone has the expected attribute values]
|
||||
expected: FAIL
|
||||
|
||||
[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
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[response-init-002.html]
|
||||
type: testharness
|
||||
[Initialize Response with headers values]
|
||||
expected: FAIL
|
||||
|
||||
[Initialize Response's body with application/octet-binary]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue