mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Implement iterable for Headers.
This commit implements iterable in DOM Headers based on iterable implementation from #12819. Expected wpt results are updated as well.
This commit is contained in:
parent
1370fa5e3b
commit
e3624edbf6
4 changed files with 39 additions and 18 deletions
|
@ -1,5 +0,0 @@
|
|||
[headers-errors.html]
|
||||
type: testharness
|
||||
[Headers forEach loop should stop if callback is throwing exception]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[headers-structure.html]
|
||||
type: testharness
|
||||
[Headers has entries method]
|
||||
expected: FAIL
|
||||
|
||||
[Headers has keys method]
|
||||
expected: FAIL
|
||||
|
||||
[Headers has values method]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue