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
failures.js -rw-r--r-- 9.1 KB
failures_AES-CBC.https.worker.js -rw-r--r-- 163 bytes
failures_AES-CTR.https.worker.js -rw-r--r-- 163 bytes
failures_AES-GCM.https.worker.js -rw-r--r-- 163 bytes
failures_AES-KW.https.worker.js -rw-r--r-- 162 bytes
failures_ECDH.https.worker.js -rw-r--r-- 160 bytes
failures_ECDSA.https.worker.js -rw-r--r-- 161 bytes
failures_HMAC.https.worker.js -rw-r--r-- 160 bytes
failures_RSA-OAEP.https.worker.js -rw-r--r-- 164 bytes
failures_RSA-PSS.https.worker.js -rw-r--r-- 163 bytes
failures_RSASSA-PKCS1-v1_5.https.worker.js -rw-r--r-- 173 bytes
successes.js -rw-r--r-- 4.2 KB
successes_AES-CBC.https.worker.js -rw-r--r-- 165 bytes
successes_AES-CTR.https.worker.js -rw-r--r-- 165 bytes
successes_AES-GCM.https.worker.js -rw-r--r-- 165 bytes
successes_AES-KW.https.worker.js -rw-r--r-- 164 bytes
successes_ECDH.https.worker.js -rw-r--r-- 162 bytes
successes_ECDSA.https.worker.js -rw-r--r-- 163 bytes
successes_HMAC.https.worker.js -rw-r--r-- 162 bytes
successes_RSA-OAEP.https.worker.js -rw-r--r-- 166 bytes
successes_RSA-PSS.https.worker.js -rw-r--r-- 165 bytes
successes_RSASSA-PKCS1-v1_5.https.worker.js -rw-r--r-- 175 bytes
test_aes-cbc.https.html -rw-r--r-- 794 bytes
test_aes-ctr.https.html -rw-r--r-- 794 bytes
test_failures_AES-CBC.https.html -rw-r--r-- 609 bytes
test_failures_AES-CTR.https.html -rw-r--r-- 609 bytes
test_failures_AES-GCM.https.html -rw-r--r-- 609 bytes
test_failures_AES-KW.https.html -rw-r--r-- 608 bytes
test_failures_ECDH.https.html -rw-r--r-- 606 bytes
test_failures_ECDSA.https.html -rw-r--r-- 607 bytes
test_failures_HMAC.https.html -rw-r--r-- 606 bytes
test_failures_RSA-OAEP.https.html -rw-r--r-- 610 bytes
test_failures_RSA-PSS.https.html -rw-r--r-- 609 bytes
test_failures_RSASSA-PKCS1-v1_5.https.html -rw-r--r-- 619 bytes
test_successes_AES-CBC.https.html -rw-r--r-- 795 bytes
test_successes_AES-CTR.https.html -rw-r--r-- 795 bytes
test_successes_AES-GCM.https.html -rw-r--r-- 795 bytes
test_successes_AES-KW.https.html -rw-r--r-- 794 bytes
test_successes_ECDH.https.html -rw-r--r-- 792 bytes
test_successes_ECDSA.https.html -rw-r--r-- 793 bytes
test_successes_HMAC.https.html -rw-r--r-- 792 bytes
test_successes_RSA-OAEP.https.html -rw-r--r-- 796 bytes
test_successes_RSA-PSS.https.html -rw-r--r-- 795 bytes
test_successes_RSASSA-PKCS1-v1_5.https.html -rw-r--r-- 805 bytes

back to top