mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Modify Headers API to correctly validate value.
This commit modifies the headers API script to correctly validate value. As a result of this change, more wpt tests pass. The commit also changes the expected test results.
This commit is contained in:
parent
fabe2b8f7e
commit
69f4cf6808
6 changed files with 14 additions and 42 deletions
|
@ -3,21 +3,12 @@
|
|||
[Create headers from empty object]
|
||||
expected: FAIL
|
||||
|
||||
[Create headers with sequence]
|
||||
expected: FAIL
|
||||
|
||||
[Create headers with OpenEndedDictionary]
|
||||
expected: FAIL
|
||||
|
||||
[Create headers with existing headers]
|
||||
expected: FAIL
|
||||
|
||||
[Check append method]
|
||||
expected: FAIL
|
||||
|
||||
[Check set method]
|
||||
expected: FAIL
|
||||
|
||||
[Check has method]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue