Re: [fetch-tests] Reflect HeadersInit changes (#4240)

# Firefox #
Testing revision 350ba2a386e89f6027f00d56cbc847b89e964d23
Starting 10 test iterations
All results were stable

## All results ##

### [/fetch/api/headers/headers-basic.html](http://w3c-test.org/submissions/4240/fetch/api/headers/headers-basic.html) ###
|                           Subtest                           | Results |
|-------------------------------------------------------------|---------|
|                                                             | OK      |
| `Create headers with existing headers with custom iterator` | FAIL    |
| `Create headers with existing headers`                      | PASS    |
| `Check get method`                                          | PASS    |
| `Create headers from no parameter`                          | PASS    |
| `Create headers from empty object`                          | PASS    |
| `Create headers with record`                                | PASS    |
| `Check forEach method`                                      | FAIL    |
| `Check has method`                                          | PASS    |
| `Check values method`                                       | FAIL    |
| `Check append method`                                       | PASS    |
| `Create headers with 1 should throw`                        | PASS    |
| `Check set method`                                          | PASS    |
| `Check Symbol.iterator method`                              | FAIL    |
| `Check entries method`                                      | FAIL    |
| `Create headers from undefined parameter`                   | PASS    |
| `Check delete method`                                       | PASS    |
| `Create headers with null should throw`                     | PASS    |
| `Check keys method`                                         | FAIL    |
| `Create headers with sequence`                              | PASS    |

### [/fetch/api/headers/headers-idl.html](http://w3c-test.org/submissions/4240/fetch/api/headers/headers-idl.html) ###
|                                                         Subtest                                                         | Results |
|-------------------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                                         | OK      |
| `Headers interface: operation set(ByteString,ByteString)`                                                               | PASS    |
| `Headers interface: operation append(ByteString,ByteString)`                                                            | PASS    |
| `Headers interface: calling delete(ByteString) on new Headers() with too few arguments must throw TypeError`            | PASS    |
| `Headers interface: operation delete(ByteString)`                                                                       | PASS    |
| `Headers interface: operation get(ByteString)`                                                                          | PASS    |
| `Headers interface object name`                                                                                         | PASS    |
| `Headers interface object length`                                                                                       | PASS    |
| `Headers interface: calling append(ByteString,ByteString) on new Headers() with too few arguments must throw TypeError` | PASS    |
| `Headers interface: existence and properties of interface prototype object's "constructor" property`                    | PASS    |
| `Headers interface: calling get(ByteString) on new Headers() with too few arguments must throw TypeError`               | PASS    |
| `Headers interface: existence and properties of interface prototype object`                                             | PASS    |
| `Headers interface: calling set(ByteString,ByteString) on new Headers() with too few arguments must throw TypeError`    | PASS    |
| `Headers interface: new Headers() must inherit property "get" with the proper type (2)`                                 | PASS    |
| `Headers interface: existence and properties of interface object`                                                       | PASS    |
| `Headers interface: new Headers() must inherit property "set" with the proper type (4)`                                 | PASS    |
| `Headers interface: calling has(ByteString) on new Headers() with too few arguments must throw TypeError`               | PASS    |
| `Headers interface: new Headers() must inherit property "append" with the proper type (0)`                              | PASS    |
| `Headers interface: new Headers() must inherit property "has" with the proper type (3)`                                 | PASS    |
| `Headers must be primary interface of new Headers()`                                                                    | PASS    |
| `Stringification of new Headers()`                                                                                      | PASS    |
| `Headers interface: operation has(ByteString)`                                                                          | PASS    |
| `Headers interface: new Headers() must inherit property "delete" with the proper type (1)`                              | PASS    |


View on GitHub: https://github.com/w3c/web-platform-tests/pull/4240#issuecomment-262600148

Received on Wednesday, 23 November 2016 18:49:00 UTC