Re: [dom-tests] Add some more tests of NodeList iterability (#4663)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 95a4122e474e36d4e33b0c5c8a31c0d0dbce86f5
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4663/dom/nodes/NodeList-Iterable.html">/dom/nodes/NodeList-Iterable.html</a></summary>


|                            Subtest                            | Results |
|---------------------------------------------------------------|---------|
|                                                               | OK      |
| `NodeList has Symbol.iterator.`                               | PASS    |
| `NodeList responds to Object.keys correctly`                  | PASS    |
| `live NodeLists are for-of iterable and update appropriately` | PASS    |
| `NodeList has forEach method.`                                | PASS    |
| `NodeList has values method.`                                 | PASS    |
| `NodeList is iterable via for-of loop.`                       | PASS    |
| `NodeList has length method.`                                 | PASS    |
| `NodeList has entries method.`                                | PASS    |

</details>


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

Received on Tuesday, 31 January 2017 07:29:58 UTC