Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-getelementid-expected.txt
blob6069f2160bcf0b2a180283cf516e7b39156f949d
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
14 TEST COMPLETE