mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
- Reworked the append method to support the inner `hyper::header::Headers`'s HashMap `insert` method, which overwrites entries instead of appending. - Filled out constructor as well as delete, get, has, and set methods. - Updated relevant test expectations
8 lines
207 B
INI
8 lines
207 B
INI
[headers-errors.html]
|
|
type: testharness
|
|
[Headers forEach throws if argument is not callable]
|
|
expected: FAIL
|
|
|
|
[Headers forEach loop should stop if callback is throwing exception]
|
|
expected: FAIL
|