Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xsl / extra-lf-at-end-expected.txt
blob9448b1f2ac9d3972890771a9ea7fcc1b8c8d5785
1 Test for bug 15919: XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end.
3 PASS: oResult.nodeType should of type DOCUMENT_FRAGMENT_NODE(11)
4 PASS: oProc.getParameter(null, 'text') getParameter should return the correct value
5 PASS: oResult.firstChild.nodeName can have multiple children, firstchild should be the div
6 PASS: oResult.lastChild.nodeName can have multiple children, lastchild should be the br
7 PASS: oResult.firstChild.textContent || oResult.firstChild.text textContent should be set to parameter value
8 Done