1 PASS null != subElem1 is true
2 PASS subElem1 is subElem1
3 PASS null == svgTree1.getElementById('subElem2') is true
4 PASS null == svgTree1.getElementById('siblingElem1') is true
5 PASS null == svgTree3.getElementById('rect') is true
6 PASS null == svgTree3.getElementById('svgTree3') is true
7 PASS svgTree4.firstChild.nextSibling == root.getElementById('foo') is true
8 PASS svgTree5.firstChild.nextSibling == bar is true
9 PASS svgTree5.firstChild.nextSibling == svgTree5.getElementById('bar') is true
10 PASS foreign.firstChild.nextSibling == nonsvg is true
11 PASS childSvg == orphanSvg.getElementById('fooSvg2') is true
12 PASS successfullyParsed is true