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-- 63 bytes
SensorErrorEvent-constructor.https.html -rw-r--r-- 729 bytes
generic-sensor-feature-policy-test.sub.js -rw-r--r-- 4.8 KB
generic-sensor-tests.js -rw-r--r-- 11.4 KB
idlharness.https.html -rw-r--r-- 1.1 KB

back to top