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:
Jeena Lee 2016-08-24 12:57:54 -07:00
parent 1370fa5e3b
commit e3624edbf6
4 changed files with 39 additions and 18 deletions

View file

@ -1,5 +0,0 @@
[headers-errors.html]
type: testharness
[Headers forEach loop should stop if callback is throwing exception]
expected: FAIL

View file

@ -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