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
DOMParser-parseFromString-html.html -rw-r--r-- 2.5 KB
DOMParser-parseFromString-xml-doctype.html -rw-r--r-- 1.4 KB
DOMParser-parseFromString-xml-internal-subset.html -rw-r--r-- 1.3 KB
DOMParser-parseFromString-xml.html -rw-r--r-- 2.3 KB
OWNERS -rw-r--r-- 17 bytes
XMLSerializer-serializeToString.html -rw-r--r-- 2.4 KB
createContextualFragment.html -rw-r--r-- 7.5 KB
innerhtml-01.xhtml -rw-r--r-- 1.1 KB
innerhtml-03.xhtml -rw-r--r-- 2.2 KB
innerhtml-04.html -rw-r--r-- 815 bytes
innerhtml-05.xhtml -rw-r--r-- 948 bytes
innerhtml-06.html -rw-r--r-- 493 bytes
innerhtml-07.html -rw-r--r-- 1.5 KB
innerhtml-mxss.sub.html -rw-r--r-- 1.6 KB
insert-adjacent.html -rw-r--r-- 985 bytes
insert_adjacent_html-xhtml.xhtml -rw-r--r-- 3.9 KB
insert_adjacent_html.html -rw-r--r-- 4.2 KB
insert_adjacent_html.js -rw-r--r-- 1.5 KB
outerhtml-01.html -rw-r--r-- 536 bytes
outerhtml-02.html -rw-r--r-- 1.8 KB
style_attribute_html.html -rw-r--r-- 1.9 KB
xml-serialization.xhtml -rw-r--r-- 3.9 KB
xmldomparser.html -rw-r--r-- 384 bytes

back to top