Revision 2d4fbd417e6772267c7755004e1022801fd3b92e authored by kaixinjxq on 12 April 2018, 02:28:33 UTC, committed by TAMURA, Kent on 12 April 2018, 02:28:33 UTC
* Add tests for liveness of NodeLists/HTMLCollections

 - Node#childNodes
 - ParentNode#children
 - {Document,Element}#getElementsByTagName
 - {Document,Element}#getElementsByTagNameNS
 - {Document,Element}#getElementsByClassName
 - Document#images
 - Document#embeds
 - Document#plugins
 - Document#links
 - Document#forms
 - Document#scripts
 - Document#getElementsByName

* Move liveness tests to each of API test files

* Fixed a nit issue

* Modify the test description
1 parent 7bbb8d0
History
File Mode Size
001.html -rw-r--r-- 2.2 KB
002.html -rw-r--r-- 2.9 KB
OWNERS -rw-r--r-- 28 bytes
document.tentative.html -rw-r--r-- 657 bytes
evaluator-constructor.html -rw-r--r-- 517 bytes
interfaces.tentative.html -rw-r--r-- 2.9 KB
xml_xpath_runner.html -rw-r--r-- 2.0 KB
xml_xpath_tests.xml -rw-r--r-- 2.2 MB

back to top