Re: [difficulty:easy-tests][dom-tests][html-tests] Add tests for liveness of NodeLists/HTMLCollections. (#1505)

See http://jsfiddle.net/plhw3org/gLj2mfky/
The NodeList object was updated. That's what is meant by "live". If it wasn't live, children.length would always return 4. A proper test for the NodeList returned by childNodes needs to check that the list is updated if the children of the Node are removed or appended.


View on GitHub: https://github.com/w3c/web-platform-tests/issues/1505#issuecomment-77261079

Received on Wednesday, 4 March 2015 22:10:54 UTC