Summary

Harness status: OK

Found 726 tests

Details

ResultTest NameMessage
PasstestDiv.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.parentNode
Asserts run
Pass
assert_equals(Element node <body><div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id..., Element node <body><div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.parentElement
Asserts run
Pass
assert_equals(Element node <body><div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id..., Element node <body><div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes.length
Asserts run
Pass
assert_equals(7, 7)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes[0]
Asserts run
Pass
assert_equals(Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>, Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes[1]
Asserts run
Pass
assert_equals(Element node <p id="b" style="display:none">Ijklmnop </p>, Element node <p id="b" style="display:none">Ijklmnop </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes[2]
Asserts run
Pass
assert_equals(Element node <p id="c">Qrstuvwx</p>, Element node <p id="c">Qrstuvwx</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes[3]
Asserts run
Pass
assert_equals(Element node <p id="d" style="display:none">Yzabcdef</p>, Element node <p id="d" style="display:none">Yzabcdef</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes[4]
Asserts run
Pass
assert_equals(Element node <p id="e" style="display:none">Ghijklmn</p>, Element node <p id="e" style="display:none">Ghijklmn</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes[5]
Asserts run
Pass
assert_equals(Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>, Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childNodes[6]
Asserts run
Pass
assert_equals(Comment node <!--Alphabet soup?-->, Comment node <!--Alphabet soup?-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.nextSibling
Asserts run
Pass
assert_equals(Element node <div id="log">Running, 13 complete, 1 remain</div>, Element node <div id="log">Running, 13 complete, 1 remain</div>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.textContent
Asserts run
Pass
assert_equals("Äb̈c̈d̈ëf̈g̈ḧ\nIjklmnop\nQrstuvwxYzabcdefGhijklmn123456789012", "Äb̈c̈d̈ëf̈g̈ḧ\nIjklmnop\nQrstuvwxYzabcdefGhijklmn123456789012")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.localName
Asserts run
Pass
assert_equals("div", "div")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.tagName
Asserts run
Pass
assert_equals("DIV", "DIV")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.id
Asserts run
Pass
assert_equals("test", "test")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.children[0]
Asserts run
Pass
assert_equals(Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>, Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.children[1]
Asserts run
Pass
assert_equals(Element node <p id="b" style="display:none">Ijklmnop </p>, Element node <p id="b" style="display:none">Ijklmnop </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.children[2]
Asserts run
Pass
assert_equals(Element node <p id="c">Qrstuvwx</p>, Element node <p id="c">Qrstuvwx</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.children[3]
Asserts run
Pass
assert_equals(Element node <p id="d" style="display:none">Yzabcdef</p>, Element node <p id="d" style="display:none">Yzabcdef</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.children[4]
Asserts run
Pass
assert_equals(Element node <p id="e" style="display:none">Ghijklmn</p>, Element node <p id="e" style="display:none">Ghijklmn</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.children[5]
Asserts run
Pass
assert_equals(Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>, Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.previousElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.childElementCount
Asserts run
Pass
assert_equals(6, 6)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.nodeName
Asserts run
Pass
assert_equals("DIV", "DIV")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.children.length
Asserts run
Pass
assert_equals(6, 6)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.firstElementChild
Asserts run
Pass
assert_equals(Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>, Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.lastElementChild
Asserts run
Pass
assert_equals(Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>, Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.firstChild
Asserts run
Pass
assert_equals(Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>, Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.lastChild
Asserts run
Pass
assert_equals(Comment node <!--Alphabet soup?-->, Comment node <!--Alphabet soup?-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PasstestDiv.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.childNodes.length
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.childNodes[0]
Asserts run
Pass
assert_equals(Element node <p>Opqrstuv</p>, Element node <p>Opqrstuv</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.childNodes[1]
Asserts run
Pass
assert_equals(Element node <p>Wxyzabcd</p>, Element node <p>Wxyzabcd</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.textContent
Asserts run
Pass
assert_equals("OpqrstuvWxyzabcd", "OpqrstuvWxyzabcd")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.localName
Asserts run
Pass
assert_equals("div", "div")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.tagName
Asserts run
Pass
assert_equals("DIV", "DIV")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.children[0]
Asserts run
Pass
assert_equals(Element node <p>Opqrstuv</p>, Element node <p>Opqrstuv</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.children[1]
Asserts run
Pass
assert_equals(Element node <p>Wxyzabcd</p>, Element node <p>Wxyzabcd</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.previousElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.nextElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.childElementCount
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.nodeName
Asserts run
Pass
assert_equals("DIV", "DIV")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.children.length
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.firstElementChild
Asserts run
Pass
assert_equals(Element node <p>Opqrstuv</p>, Element node <p>Opqrstuv</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.lastElementChild
Asserts run
Pass
assert_equals(Element node <p>Wxyzabcd</p>, Element node <p>Wxyzabcd</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.firstChild
Asserts run
Pass
assert_equals(Element node <p>Opqrstuv</p>, Element node <p>Opqrstuv</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.lastChild
Asserts run
Pass
assert_equals(Element node <p>Wxyzabcd</p>, Element node <p>Wxyzabcd</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedDiv.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.parentNode
Asserts run
Pass
assert_equals(Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>, Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.parentElement
Asserts run
Pass
assert_equals(Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>, Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.nextSibling
Asserts run
Pass
assert_equals(Element node <p>Wxyzabcd</p>, Element node <p>Wxyzabcd</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.textContent
Asserts run
Pass
assert_equals("Opqrstuv", "Opqrstuv")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.previousElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.nextElementSibling
Asserts run
Pass
assert_equals(Element node <p>Wxyzabcd</p>, Element node <p>Wxyzabcd</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.firstChild
Asserts run
Pass
assert_equals(Text node "Opqrstuv", Text node "Opqrstuv")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.lastChild
Asserts run
Pass
assert_equals(Text node "Opqrstuv", Text node "Opqrstuv")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara1.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.parentNode
Asserts run
Pass
assert_equals(Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>, Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.parentElement
Asserts run
Pass
assert_equals(Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>, Element node <div><p>Opqrstuv</p><p>Wxyzabcd</p></div>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.previousSibling
Asserts run
Pass
assert_equals(Element node <p>Opqrstuv</p>, Element node <p>Opqrstuv</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.textContent
Asserts run
Pass
assert_equals("Wxyzabcd", "Wxyzabcd")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.previousElementSibling
Asserts run
Pass
assert_equals(Element node <p>Opqrstuv</p>, Element node <p>Opqrstuv</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.nextElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.firstChild
Asserts run
Pass
assert_equals(Text node "Wxyzabcd", Text node "Wxyzabcd")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.lastChild
Asserts run
Pass
assert_equals(Text node "Wxyzabcd", Text node "Wxyzabcd")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedPara2.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.nodeType
Asserts run
Pass
assert_equals(9, 9)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.childNodes.length
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.childNodes[0]
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.childNodes[1]
Asserts run
Pass
assert_equals(Element node <html><head><title>Node assorted property tests</title> <..., Element node <html><head><title>Node assorted property tests</title> <...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.URL
Asserts run
Pass
assert_equals("https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Node-properties.html", "https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Node-properties.html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.compatMode
Asserts run
Pass
assert_equals("CSS1Compat", "CSS1Compat")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.characterSet
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.contentType
Asserts run
Pass
assert_equals("text/html", "text/html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.doctype
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.nodeName
Asserts run
Pass
assert_equals("#document", "#document")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.textContent
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.ownerDocument
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.documentURI
Asserts run
Pass
assert_equals("https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Node-properties.html", "https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Node-properties.html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.inputEncoding
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.charset
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.firstChild
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.lastChild
Asserts run
Pass
assert_equals(Element node <html><head><title>Node assorted property tests</title> <..., Element node <html><head><title>Node assorted property tests</title> <...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocument.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.nodeType
Asserts run
Pass
assert_equals(9, 9)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.childNodes.length
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.childNodes[0]
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.childNodes[1]
Asserts run
Pass
assert_equals(Element node <html><head><title></title></head><body><p>Efghijkl</p><p..., Element node <html><head><title></title></head><body><p>Efghijkl</p><p...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.childNodes[2]
Asserts run
Pass
assert_equals(Comment node <!--"Commenter" and "commentator" mean different things.  I'v...-->, Comment node <!--"Commenter" and "commentator" mean different things.  I'v...-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.URL
Asserts run
Pass
assert_equals("about:blank", "about:blank")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.compatMode
Asserts run
Pass
assert_equals("CSS1Compat", "CSS1Compat")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.characterSet
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.contentType
Asserts run
Pass
assert_equals("text/html", "text/html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.nodeName
Asserts run
Pass
assert_equals("#document", "#document")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.textContent
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.ownerDocument
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.documentURI
Asserts run
Pass
assert_equals("about:blank", "about:blank")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.inputEncoding
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.charset
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.firstChild
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.lastChild
Asserts run
Pass
assert_equals(Comment node <!--"Commenter" and "commentator" mean different things.  I'v...-->, Comment node <!--"Commenter" and "commentator" mean different things.  I'v...-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoc.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.parentNode
Asserts run
Pass
assert_equals(Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor..., Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.parentElement
Asserts run
Pass
assert_equals(Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor..., Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.nextSibling
Asserts run
Pass
assert_equals(Element node <p>Mnopqrst</p>, Element node <p>Mnopqrst</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.textContent
Asserts run
Pass
assert_equals("Efghijkl", "Efghijkl")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.previousElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.nextElementSibling
Asserts run
Pass
assert_equals(Element node <p>Mnopqrst</p>, Element node <p>Mnopqrst</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.firstChild
Asserts run
Pass
assert_equals(Text node "Efghijkl", Text node "Efghijkl")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.lastChild
Asserts run
Pass
assert_equals(Text node "Efghijkl", Text node "Efghijkl")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara1.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.parentNode
Asserts run
Pass
assert_equals(Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor..., Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.parentElement
Asserts run
Pass
assert_equals(Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor..., Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.previousSibling
Asserts run
Pass
assert_equals(Element node <p>Efghijkl</p>, Element node <p>Efghijkl</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.nextSibling
Asserts run
Pass
assert_equals(Text node "I admit that I harbor doubts about whether we really need...", Text node "I admit that I harbor doubts about whether we really need...")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.textContent
Asserts run
Pass
assert_equals("Mnopqrst", "Mnopqrst")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.previousElementSibling
Asserts run
Pass
assert_equals(Element node <p>Efghijkl</p>, Element node <p>Efghijkl</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.nextElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.firstChild
Asserts run
Pass
assert_equals(Text node "Mnopqrst", Text node "Mnopqrst")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.lastChild
Asserts run
Pass
assert_equals(Text node "Mnopqrst", Text node "Mnopqrst")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignPara2.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.nodeType
Asserts run
Pass
assert_equals(9, 9)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.childNodes.length
Asserts run
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.childNodes[0]
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.childNodes[1]
Asserts run
Pass
assert_equals(Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr..., Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.childNodes[2]
Asserts run
Pass
assert_equals(ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh...", ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh...")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.childNodes[3]
Asserts run
Pass
assert_equals(Comment node <!--I maliciously created a comment that will break incautiou...-->, Comment node <!--I maliciously created a comment that will break incautiou...-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.URL
Asserts run
Pass
assert_equals("about:blank", "about:blank")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.compatMode
Asserts run
Pass
assert_equals("CSS1Compat", "CSS1Compat")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.characterSet
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.contentType
Asserts run
Pass
assert_equals("application/xml", "application/xml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.nodeName
Asserts run
Pass
assert_equals("#document", "#document")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.textContent
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.ownerDocument
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.documentURI
Asserts run
Pass
assert_equals("about:blank", "about:blank")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.inputEncoding
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.charset
Asserts run
Pass
assert_equals("UTF-8", "UTF-8")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.firstChild
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.lastChild
Asserts run
Pass
assert_equals(Comment node <!--I maliciously created a comment that will break incautiou...-->, Comment node <!--I maliciously created a comment that will break incautiou...-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoc.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.parentNode
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.childNodes[0]
Asserts run
Pass
assert_equals(Text node "do re mi fa so la ti", Text node "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.previousSibling
Asserts run
Pass
assert_equals(DocumentType node, DocumentType node)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.nextSibling
Asserts run
Pass
assert_equals(ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh...", ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh...")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.textContent
Asserts run
Pass
assert_equals("do re mi fa so la ti", "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.namespaceURI
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.localName
Asserts run
Pass
assert_equals("igiveuponcreativenames", "igiveuponcreativenames")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.tagName
Asserts run
Pass
assert_equals("igiveuponcreativenames", "igiveuponcreativenames")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.previousElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.nextElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.nodeName
Asserts run
Pass
assert_equals("igiveuponcreativenames", "igiveuponcreativenames")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.firstChild
Asserts run
Pass
assert_equals(Text node "do re mi fa so la ti", Text node "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.lastChild
Asserts run
Pass
assert_equals(Text node "do re mi fa so la ti", Text node "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlElement.hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.textContent
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.namespaceURI
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.localName
Asserts run
Pass
assert_equals("everyone-hates-hyphenated-element-names", "everyone-hates-hyphenated-element-names")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.tagName
Asserts run
Pass
assert_equals("everyone-hates-hyphenated-element-names", "everyone-hates-hyphenated-element-names")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.previousElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.nextElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.nodeName
Asserts run
Pass
assert_equals("everyone-hates-hyphenated-element-names", "everyone-hates-hyphenated-element-names")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlElement.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.nodeType
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.nodeValue
Asserts run
Pass
assert_equals("Uvwxyzab", "Uvwxyzab")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.wholeText
Asserts run
Pass
assert_equals("Uvwxyzab", "Uvwxyzab")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.nodeName
Asserts run
Pass
assert_equals("#text", "#text")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.data
Asserts run
Pass
assert_equals("Uvwxyzab", "Uvwxyzab")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.textContent
Asserts run
Pass
assert_equals("Uvwxyzab", "Uvwxyzab")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.length
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedTextNode.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.nodeType
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.parentNode
Asserts run
Pass
assert_equals(Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor..., Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.parentElement
Asserts run
Pass
assert_equals(Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor..., Element node <body><p>Efghijkl</p><p>Mnopqrst</p>I admit that I harbor...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.previousSibling
Asserts run
Pass
assert_equals(Element node <p>Mnopqrst</p>, Element node <p>Mnopqrst</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.nodeValue
Asserts run
Pass
assert_equals("I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.", "I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.wholeText
Asserts run
Pass
assert_equals("I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.", "I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.nodeName
Asserts run
Pass
assert_equals("#text", "#text")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.data
Asserts run
Pass
assert_equals("I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.", "I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.textContent
Asserts run
Pass
assert_equals("I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.", "I admit that I harbor doubts about whether we really need so many things to test, but it's too late to stop now.")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.length
Asserts run
Pass
assert_equals(112, 112)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignTextNode.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.nodeType
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.nodeValue
Asserts run
Pass
assert_equals("Cdefghij", "Cdefghij")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.wholeText
Asserts run
Pass
assert_equals("Cdefghij", "Cdefghij")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.nodeName
Asserts run
Pass
assert_equals("#text", "#text")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.data
Asserts run
Pass
assert_equals("Cdefghij", "Cdefghij")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.textContent
Asserts run
Pass
assert_equals("Cdefghij", "Cdefghij")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.length
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignTextNode.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.nodeType
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.parentNode
Asserts run
Pass
assert_equals(Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr..., Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.parentElement
Asserts run
Pass
assert_equals(Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr..., Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.nodeValue
Asserts run
Pass
assert_equals("do re mi fa so la ti", "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.wholeText
Asserts run
Pass
assert_equals("do re mi fa so la ti", "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.nodeName
Asserts run
Pass
assert_equals("#text", "#text")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.data
Asserts run
Pass
assert_equals("do re mi fa so la ti", "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.textContent
Asserts run
Pass
assert_equals("do re mi fa so la ti", "do re mi fa so la ti")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.length
Asserts run
Pass
assert_equals(20, 20)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlTextNode.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.nodeType
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.nodeValue
Asserts run
Pass
assert_equals("Klmnopqr", "Klmnopqr")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.wholeText
Asserts run
Pass
assert_equals("Klmnopqr", "Klmnopqr")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.nodeName
Asserts run
Pass
assert_equals("#text", "#text")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.data
Asserts run
Pass
assert_equals("Klmnopqr", "Klmnopqr")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.textContent
Asserts run
Pass
assert_equals("Klmnopqr", "Klmnopqr")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.length
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlTextNode.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.nodeType
Asserts run
Pass
assert_equals(7, 7)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.parentNode
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.previousSibling
Asserts run
Pass
assert_equals(Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr..., Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.nextSibling
Asserts run
Pass
assert_equals(Comment node <!--I maliciously created a comment that will break incautiou...-->, Comment node <!--I maliciously created a comment that will break incautiou...-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.nodeValue
Asserts run
Pass
assert_equals("Did you know that \":syn sync fromstart\" is very useful when using vim to edit large amounts of JavaScript embedded in HTML?", "Did you know that \":syn sync fromstart\" is very useful when using vim to edit large amounts of JavaScript embedded in HTML?")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.target
Asserts run
Pass
assert_equals("somePI", "somePI")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.nodeName
Asserts run
Pass
assert_equals("somePI", "somePI")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.data
Asserts run
Pass
assert_equals("Did you know that \":syn sync fromstart\" is very useful when using vim to edit large amounts of JavaScript embedded in HTML?", "Did you know that \":syn sync fromstart\" is very useful when using vim to edit large amounts of JavaScript embedded in HTML?")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.textContent
Asserts run
Pass
assert_equals("Did you know that \":syn sync fromstart\" is very useful when using vim to edit large amounts of JavaScript embedded in HTML?", "Did you know that \":syn sync fromstart\" is very useful when using vim to edit large amounts of JavaScript embedded in HTML?")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.length
Asserts run
Pass
assert_equals(123, 123)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassprocessingInstruction.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.nodeType
Asserts run
Pass
assert_equals(7, 7)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.nodeValue
Asserts run
Pass
assert_equals("chirp chirp chirp", "chirp chirp chirp")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.target
Asserts run
Pass
assert_equals("whippoorwill", "whippoorwill")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.nodeName
Asserts run
Pass
assert_equals("whippoorwill", "whippoorwill")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.data
Asserts run
Pass
assert_equals("chirp chirp chirp", "chirp chirp chirp")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.textContent
Asserts run
Pass
assert_equals("chirp chirp chirp", "chirp chirp chirp")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.length
Asserts run
Pass
assert_equals(17, 17)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedProcessingInstruction.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.nodeType
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.parentNode
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.parentElement
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.previousSibling
Asserts run
Pass
assert_equals(Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>, Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.nodeValue
Asserts run
Pass
assert_equals("Alphabet soup?", "Alphabet soup?")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.nodeName
Asserts run
Pass
assert_equals("#comment", "#comment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.data
Asserts run
Pass
assert_equals("Alphabet soup?", "Alphabet soup?")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.textContent
Asserts run
Pass
assert_equals("Alphabet soup?", "Alphabet soup?")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.length
Asserts run
Pass
assert_equals(14, 14)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passcomment.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.nodeType
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.nodeValue
Asserts run
Pass
assert_equals("Stuvwxyz", "Stuvwxyz")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.nodeName
Asserts run
Pass
assert_equals("#comment", "#comment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.data
Asserts run
Pass
assert_equals("Stuvwxyz", "Stuvwxyz")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.textContent
Asserts run
Pass
assert_equals("Stuvwxyz", "Stuvwxyz")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.length
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedComment.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.nodeType
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.parentNode
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.previousSibling
Asserts run
Pass
assert_equals(Element node <html><head><title></title></head><body><p>Efghijkl</p><p..., Element node <html><head><title></title></head><body><p>Efghijkl</p><p...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.nodeValue
Asserts run
Pass
assert_equals("\"Commenter\" and \"commentator\" mean different things.  I've seen non-native speakers trip up on this.", "\"Commenter\" and \"commentator\" mean different things.  I've seen non-native speakers trip up on this.")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.nodeName
Asserts run
Pass
assert_equals("#comment", "#comment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.data
Asserts run
Pass
assert_equals("\"Commenter\" and \"commentator\" mean different things.  I've seen non-native speakers trip up on this.", "\"Commenter\" and \"commentator\" mean different things.  I've seen non-native speakers trip up on this.")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.textContent
Asserts run
Pass
assert_equals("\"Commenter\" and \"commentator\" mean different things.  I've seen non-native speakers trip up on this.", "\"Commenter\" and \"commentator\" mean different things.  I've seen non-native speakers trip up on this.")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.length
Asserts run
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignComment.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.nodeType
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.nodeValue
Asserts run
Pass
assert_equals("אריה יהודה", "אריה יהודה")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.nodeName
Asserts run
Pass
assert_equals("#comment", "#comment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.data
Asserts run
Pass
assert_equals("אריה יהודה", "אריה יהודה")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.textContent
Asserts run
Pass
assert_equals("אריה יהודה", "אריה יהודה")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.length
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedForeignComment.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.nodeType
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.parentNode
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.previousSibling
Asserts run
Pass
assert_equals(ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh...", ProcessingInstruction node with target "somePI" and data "Did you know that \":syn sync fromstart\" is very useful wh...")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.nodeValue
Asserts run
Pass
assert_equals("I maliciously created a comment that will break incautious XML serializers, but Firefox threw an exception, so all I got was this lousy T-shirt", "I maliciously created a comment that will break incautious XML serializers, but Firefox threw an exception, so all I got was this lousy T-shirt")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.nodeName
Asserts run
Pass
assert_equals("#comment", "#comment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.data
Asserts run
Pass
assert_equals("I maliciously created a comment that will break incautious XML serializers, but Firefox threw an exception, so all I got was this lousy T-shirt", "I maliciously created a comment that will break incautious XML serializers, but Firefox threw an exception, so all I got was this lousy T-shirt")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.textContent
Asserts run
Pass
assert_equals("I maliciously created a comment that will break incautious XML serializers, but Firefox threw an exception, so all I got was this lousy T-shirt", "I maliciously created a comment that will break incautious XML serializers, but Firefox threw an exception, so all I got was this lousy T-shirt")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.length
Asserts run
Pass
assert_equals(143, 143)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlComment.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.nodeType
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.nodeValue
Asserts run
Pass
assert_equals("בן חיים אליעזר", "בן חיים אליעזר")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.nodeName
Asserts run
Pass
assert_equals("#comment", "#comment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.data
Asserts run
Pass
assert_equals("בן חיים אליעזר", "בן חיים אליעזר")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.textContent
Asserts run
Pass
assert_equals("בן חיים אליעזר", "בן חיים אליעזר")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.length
Asserts run
Pass
assert_equals(14, 14)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassdetachedXmlComment.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.nodeType
Asserts run
Pass
assert_equals(11, 11)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.textContent
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.nodeName
Asserts run
Pass
assert_equals("#document-fragment", "#document-fragment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdocfrag.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.nodeType
Asserts run
Pass
assert_equals(11, 11)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.textContent
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.nodeName
Asserts run
Pass
assert_equals("#document-fragment", "#document-fragment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDocfrag.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.nodeType
Asserts run
Pass
assert_equals(11, 11)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.textContent
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.nodeName
Asserts run
Pass
assert_equals("#document-fragment", "#document-fragment")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.nextSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.parentNode
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDocfrag.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.nodeType
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.parentNode
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.nextSibling
Asserts run
Pass
assert_equals(Element node <html><head><title>Node assorted property tests</title> <..., Element node <html><head><title>Node assorted property tests</title> <...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.name
Asserts run
Pass
assert_equals("html", "html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.publicId
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.systemId
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.nodeName
Asserts run
Pass
assert_equals("html", "html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.textContent
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passdoctype.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.nodeType
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.ownerDocument
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.parentNode
Asserts run
Pass
assert_equals(Document node with 3 children, Document node with 3 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.nextSibling
Asserts run
Pass
assert_equals(Element node <html><head><title></title></head><body><p>Efghijkl</p><p..., Element node <html><head><title></title></head><body><p>Efghijkl</p><p...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.name
Asserts run
Pass
assert_equals("html", "html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.publicId
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.systemId
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.nodeName
Asserts run
Pass
assert_equals("html", "html")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.textContent
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassforeignDoctype.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.nodeType
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.ownerDocument
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.parentNode
Asserts run
Pass
assert_equals(Document node with 4 children, Document node with 4 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.nextSibling
Asserts run
Pass
assert_equals(Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr..., Element node <igiveuponcreativenames>do re mi fa so la ti</igiveuponcr...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.name
Asserts run
Pass
assert_equals("qorflesnorf", "qorflesnorf")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.publicId
Asserts run
Pass
assert_equals("abcde", "abcde")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.systemId
Asserts run
Pass
assert_equals("x\"'y", "x\"'y")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.nodeName
Asserts run
Pass
assert_equals("qorflesnorf", "qorflesnorf")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.childNodes.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.textContent
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.parentElement
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.lastChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.firstChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
PassxmlDoctype.hasChildNodes()
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].parentNode
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].parentElement
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].previousSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].nextSibling
Asserts run
Pass
assert_equals(Element node <p id="b" style="display:none">Ijklmnop </p>, Element node <p id="b" style="display:none">Ijklmnop </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].textContent
Asserts run
Pass
assert_equals("Äb̈c̈d̈ëf̈g̈ḧ\n", "Äb̈c̈d̈ëf̈g̈ḧ\n")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].id
Asserts run
Pass
assert_equals("a", "a")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].previousElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].nextElementSibling
Asserts run
Pass
assert_equals(Element node <p id="b" style="display:none">Ijklmnop </p>, Element node <p id="b" style="display:none">Ijklmnop </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].firstChild
Asserts run
Pass
assert_equals(Text node "Äb̈c̈d̈ëf̈g̈ḧ ", Text node "Äb̈c̈d̈ëf̈g̈ḧ ")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].lastChild
Asserts run
Pass
assert_equals(Text node "Äb̈c̈d̈ëf̈g̈ḧ ", Text node "Äb̈c̈d̈ëf̈g̈ḧ ")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[0].hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].parentNode
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].parentElement
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].previousSibling
Asserts run
Pass
assert_equals(Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>, Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].nextSibling
Asserts run
Pass
assert_equals(Element node <p id="c">Qrstuvwx</p>, Element node <p id="c">Qrstuvwx</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].textContent
Asserts run
Pass
assert_equals("Ijklmnop\n", "Ijklmnop\n")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].id
Asserts run
Pass
assert_equals("b", "b")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].previousElementSibling
Asserts run
Pass
assert_equals(Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>, Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].nextElementSibling
Asserts run
Pass
assert_equals(Element node <p id="c">Qrstuvwx</p>, Element node <p id="c">Qrstuvwx</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].firstChild
Asserts run
Pass
assert_equals(Text node "Ijklmnop ", Text node "Ijklmnop ")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].lastChild
Asserts run
Pass
assert_equals(Text node "Ijklmnop ", Text node "Ijklmnop ")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[1].hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].parentNode
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].parentElement
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].previousSibling
Asserts run
Pass
assert_equals(Element node <p id="b" style="display:none">Ijklmnop </p>, Element node <p id="b" style="display:none">Ijklmnop </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].nextSibling
Asserts run
Pass
assert_equals(Element node <p id="d" style="display:none">Yzabcdef</p>, Element node <p id="d" style="display:none">Yzabcdef</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].textContent
Asserts run
Pass
assert_equals("Qrstuvwx", "Qrstuvwx")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].id
Asserts run
Pass
assert_equals("c", "c")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].previousElementSibling
Asserts run
Pass
assert_equals(Element node <p id="b" style="display:none">Ijklmnop </p>, Element node <p id="b" style="display:none">Ijklmnop </p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].nextElementSibling
Asserts run
Pass
assert_equals(Element node <p id="d" style="display:none">Yzabcdef</p>, Element node <p id="d" style="display:none">Yzabcdef</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].firstChild
Asserts run
Pass
assert_equals(Text node "Qrstuvwx", Text node "Qrstuvwx")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].lastChild
Asserts run
Pass
assert_equals(Text node "Qrstuvwx", Text node "Qrstuvwx")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[2].hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].parentNode
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].parentElement
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].previousSibling
Asserts run
Pass
assert_equals(Element node <p id="c">Qrstuvwx</p>, Element node <p id="c">Qrstuvwx</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].nextSibling
Asserts run
Pass
assert_equals(Element node <p id="e" style="display:none">Ghijklmn</p>, Element node <p id="e" style="display:none">Ghijklmn</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].textContent
Asserts run
Pass
assert_equals("Yzabcdef", "Yzabcdef")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].id
Asserts run
Pass
assert_equals("d", "d")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].previousElementSibling
Asserts run
Pass
assert_equals(Element node <p id="c">Qrstuvwx</p>, Element node <p id="c">Qrstuvwx</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].nextElementSibling
Asserts run
Pass
assert_equals(Element node <p id="e" style="display:none">Ghijklmn</p>, Element node <p id="e" style="display:none">Ghijklmn</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].firstChild
Asserts run
Pass
assert_equals(Text node "Yzabcdef", Text node "Yzabcdef")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].lastChild
Asserts run
Pass
assert_equals(Text node "Yzabcdef", Text node "Yzabcdef")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[3].hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].parentNode
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].parentElement
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].childNodes.length
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].previousSibling
Asserts run
Pass
assert_equals(Element node <p id="d" style="display:none">Yzabcdef</p>, Element node <p id="d" style="display:none">Yzabcdef</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].nextSibling
Asserts run
Pass
assert_equals(Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>, Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].textContent
Asserts run
Pass
assert_equals("Ghijklmn", "Ghijklmn")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].id
Asserts run
Pass
assert_equals("e", "e")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].previousElementSibling
Asserts run
Pass
assert_equals(Element node <p id="d" style="display:none">Yzabcdef</p>, Element node <p id="d" style="display:none">Yzabcdef</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].nextElementSibling
Asserts run
Pass
assert_equals(Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>, Element node <p><![CDATA[1234]]><![CDATA[5678]]>9012</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].firstChild
Asserts run
Pass
assert_equals(Text node "Ghijklmn", Text node "Ghijklmn")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].lastChild
Asserts run
Pass
assert_equals(Text node "Ghijklmn", Text node "Ghijklmn")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[4].hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].nodeType
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].ownerDocument
Asserts run
Pass
assert_equals(Document node with 2 children, Document node with 2 children)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].parentNode
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].parentElement
Asserts run
Pass
assert_equals(Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s..., Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ </p><p id="b" s...)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].childNodes.length
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].previousSibling
Asserts run
Pass
assert_equals(Element node <p id="e" style="display:none">Ghijklmn</p>, Element node <p id="e" style="display:none">Ghijklmn</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].nextSibling
Asserts run
Pass
assert_equals(Comment node <!--Alphabet soup?-->, Comment node <!--Alphabet soup?-->)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].textContent
Asserts run
Pass
assert_equals("123456789012", "123456789012")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].namespaceURI
Asserts run
Pass
assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].prefix
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].localName
Asserts run
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].tagName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].previousElementSibling
Asserts run
Pass
assert_equals(Element node <p id="e" style="display:none">Ghijklmn</p>, Element node <p id="e" style="display:none">Ghijklmn</p>)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].nextElementSibling
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].childElementCount
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].nodeName
Asserts run
Pass
assert_equals("P", "P")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].nodeValue
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].children.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].id
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].className
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].lastElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].firstElementChild
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].firstChild
Asserts run
Pass
assert_equals(Node object of unknown type, Node object of unknown type)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].lastChild
Asserts run
Pass
assert_equals(Text node "9012", Text node "9012")
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)
Passparas[5].hasChildNodes()
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /dom/nodes/Node-properties.html:704:13)