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
OWNERS -rw-r--r-- 24 bytes
ProximitySensor.https.html -rw-r--r-- 447 bytes
ProximitySensor_insecure_context.html -rw-r--r-- 588 bytes
ProximitySensor_onerror-manual.https.html -rw-r--r-- 589 bytes
idlharness.https.html -rw-r--r-- 1.2 KB

back to top