WPT
wpt / fetch / api / headers / headers-basic.any.html
Spec: Fetch ↗
Runs: Chrome 154.0.8037.0 (wpt@98a70a0c5) | Firefox 157.0a1 (wpt@df77989ab) | Safari 251 preview (wpt@5ce815a83) | Ladybird 1.0-28104 (wpt@b1a7025f8) | Servo Servo 0.5 (wpt@2ccd2cbf8) | Blitz dc9e62f29 (wpt@a95401e4e)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 23/23 | 23/23 | 23/23 | 23/23 | 23/23 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Create headers from no parameter | PASS | PASS | PASS | PASS | PASS | — |
| Create headers from undefined parameter | PASS | PASS | PASS | PASS | PASS | — |
| Create headers from empty object | PASS | PASS | PASS | PASS | PASS | — |
| Create headers with null should throw | PASS | PASS | PASS | PASS | PASS | — |
| Create headers with 1 should throw | PASS | PASS | PASS | PASS | PASS | — |
| Create headers with sequence | PASS | PASS | PASS | PASS | PASS | — |
| Create headers with record | PASS | PASS | PASS | PASS | PASS | — |
| Create headers with existing headers | PASS | PASS | PASS | PASS | PASS | — |
| Create headers with existing headers with custom iterator | PASS | PASS | PASS | PASS | PASS | — |
| Check append method | PASS | PASS | PASS | PASS | PASS | — |
| Check set method | PASS | PASS | PASS | PASS | PASS | — |
| Check has method | PASS | PASS | PASS | PASS | PASS | — |
| Check delete method | PASS | PASS | PASS | PASS | PASS | — |
| Check get method | PASS | PASS | PASS | PASS | PASS | — |
| Check keys method | PASS | PASS | PASS | PASS | PASS | — |
| Check values method | PASS | PASS | PASS | PASS | PASS | — |
| Check entries method | PASS | PASS | PASS | PASS | PASS | — |
| Check Symbol.iterator method | PASS | PASS | PASS | PASS | PASS | — |
| Check forEach method | PASS | PASS | PASS | PASS | PASS | — |
| Iteration skips elements removed while iterating | PASS | PASS | PASS | PASS | PASS | — |
| Removing elements already iterated over causes an element to be skipped during iteration | PASS | PASS | PASS | PASS | PASS | — |
| Appending a value pair during iteration causes it to be reached during iteration | PASS | PASS | PASS | PASS | PASS | — |
| Prepending a value pair before the current element position causes it to be skipped during iteration and adds the current element a second time | PASS | PASS | PASS | PASS | PASS | — |