Re: [fetch-tests] Correct Headers.prototype[Symbol.iterator] test (#4524)

# Chrome #
Testing revision 1d212a7bef7e823551932fb6e53accec562dfe45
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4524/fetch/api/headers/headers-basic.html">/fetch/api/headers/headers-basic.html</a></summary>


|                           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`                                      | PASS    |
| `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`                              | PASS    |
| `Check entries method`                                      | FAIL    |
| `Create headers from undefined parameter`                   | FAIL    |
| `Check delete method`                                       | PASS    |
| `Create headers with null should throw`                     | PASS    |
| `Check keys method`                                         | FAIL    |
| `Create headers with sequence`                              | PASS    |

</details>


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

Received on Wednesday, 11 January 2017 14:52:30 UTC