OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS testDiv.nodeType | 2 PASS testDiv.nodeType |
3 PASS testDiv.ownerDocument | 3 PASS testDiv.ownerDocument |
4 PASS testDiv.parentNode | 4 PASS testDiv.parentNode |
5 PASS testDiv.parentElement | 5 PASS testDiv.parentElement |
6 PASS testDiv.childNodes.length | 6 PASS testDiv.childNodes.length |
7 PASS testDiv.childNodes[0] | 7 PASS testDiv.childNodes[0] |
8 PASS testDiv.childNodes[1] | 8 PASS testDiv.childNodes[1] |
9 PASS testDiv.childNodes[2] | 9 PASS testDiv.childNodes[2] |
10 PASS testDiv.childNodes[3] | 10 PASS testDiv.childNodes[3] |
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 PASS paras[4].nodeValue | 693 PASS paras[4].nodeValue |
694 PASS paras[4].children.length | 694 PASS paras[4].children.length |
695 PASS paras[4].className | 695 PASS paras[4].className |
696 PASS paras[4].lastElementChild | 696 PASS paras[4].lastElementChild |
697 PASS paras[4].firstElementChild | 697 PASS paras[4].firstElementChild |
698 PASS paras[4].firstChild | 698 PASS paras[4].firstChild |
699 PASS paras[4].lastChild | 699 PASS paras[4].lastChild |
700 PASS paras[4].hasChildNodes() | 700 PASS paras[4].hasChildNodes() |
701 Harness: the test ran to completion. | 701 Harness: the test ran to completion. |
702 | 702 |
OLD | NEW |