| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 PASS xmlDoc.hasChildNodes() | 235 PASS xmlDoc.hasChildNodes() |
| 236 PASS xmlElement.nodeType | 236 PASS xmlElement.nodeType |
| 237 PASS xmlElement.ownerDocument | 237 PASS xmlElement.ownerDocument |
| 238 PASS xmlElement.parentNode | 238 PASS xmlElement.parentNode |
| 239 PASS xmlElement.parentElement | 239 PASS xmlElement.parentElement |
| 240 PASS xmlElement.childNodes.length | 240 PASS xmlElement.childNodes.length |
| 241 PASS xmlElement.childNodes[0] | 241 PASS xmlElement.childNodes[0] |
| 242 PASS xmlElement.previousSibling | 242 PASS xmlElement.previousSibling |
| 243 PASS xmlElement.nextSibling | 243 PASS xmlElement.nextSibling |
| 244 PASS xmlElement.textContent | 244 PASS xmlElement.textContent |
| 245 FAIL xmlElement.namespaceURI assert_equals: expected (string) "http://www.w3.org
/1999/xhtml" but got (object) null | 245 PASS xmlElement.namespaceURI |
| 246 PASS xmlElement.prefix | 246 PASS xmlElement.prefix |
| 247 PASS xmlElement.localName | 247 PASS xmlElement.localName |
| 248 PASS xmlElement.tagName | 248 PASS xmlElement.tagName |
| 249 PASS xmlElement.previousElementSibling | 249 PASS xmlElement.previousElementSibling |
| 250 PASS xmlElement.nextElementSibling | 250 PASS xmlElement.nextElementSibling |
| 251 PASS xmlElement.childElementCount | 251 PASS xmlElement.childElementCount |
| 252 PASS xmlElement.nodeName | 252 PASS xmlElement.nodeName |
| 253 PASS xmlElement.nodeValue | 253 PASS xmlElement.nodeValue |
| 254 PASS xmlElement.children.length | 254 PASS xmlElement.children.length |
| 255 PASS xmlElement.id | 255 PASS xmlElement.id |
| 256 PASS xmlElement.className | 256 PASS xmlElement.className |
| 257 PASS xmlElement.lastElementChild | 257 PASS xmlElement.lastElementChild |
| 258 PASS xmlElement.firstElementChild | 258 PASS xmlElement.firstElementChild |
| 259 PASS xmlElement.firstChild | 259 PASS xmlElement.firstChild |
| 260 PASS xmlElement.lastChild | 260 PASS xmlElement.lastChild |
| 261 PASS xmlElement.hasChildNodes() | 261 PASS xmlElement.hasChildNodes() |
| 262 PASS detachedXmlElement.nodeType | 262 PASS detachedXmlElement.nodeType |
| 263 PASS detachedXmlElement.ownerDocument | 263 PASS detachedXmlElement.ownerDocument |
| 264 PASS detachedXmlElement.parentNode | 264 PASS detachedXmlElement.parentNode |
| 265 PASS detachedXmlElement.parentElement | 265 PASS detachedXmlElement.parentElement |
| 266 PASS detachedXmlElement.childNodes.length | 266 PASS detachedXmlElement.childNodes.length |
| 267 PASS detachedXmlElement.previousSibling | 267 PASS detachedXmlElement.previousSibling |
| 268 PASS detachedXmlElement.nextSibling | 268 PASS detachedXmlElement.nextSibling |
| 269 PASS detachedXmlElement.textContent | 269 PASS detachedXmlElement.textContent |
| 270 FAIL detachedXmlElement.namespaceURI assert_equals: expected (string) "http://ww
w.w3.org/1999/xhtml" but got (object) null | 270 PASS detachedXmlElement.namespaceURI |
| 271 PASS detachedXmlElement.prefix | 271 PASS detachedXmlElement.prefix |
| 272 PASS detachedXmlElement.localName | 272 PASS detachedXmlElement.localName |
| 273 PASS detachedXmlElement.tagName | 273 PASS detachedXmlElement.tagName |
| 274 PASS detachedXmlElement.previousElementSibling | 274 PASS detachedXmlElement.previousElementSibling |
| 275 PASS detachedXmlElement.nextElementSibling | 275 PASS detachedXmlElement.nextElementSibling |
| 276 PASS detachedXmlElement.childElementCount | 276 PASS detachedXmlElement.childElementCount |
| 277 PASS detachedXmlElement.nodeName | 277 PASS detachedXmlElement.nodeName |
| 278 PASS detachedXmlElement.nodeValue | 278 PASS detachedXmlElement.nodeValue |
| 279 PASS detachedXmlElement.children.length | 279 PASS detachedXmlElement.children.length |
| 280 PASS detachedXmlElement.id | 280 PASS detachedXmlElement.id |
| (...skipping 412 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 |