blob: 9448b1f2ac9d3972890771a9ea7fcc1b8c8d5785 [file] [log] [blame]
Test for bug 15919: XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end.
PASS: oResult.nodeType should of type DOCUMENT_FRAGMENT_NODE(11)
PASS: oProc.getParameter(null, 'text') getParameter should return the correct value
PASS: oResult.firstChild.nodeName can have multiple children, firstchild should be the div
PASS: oResult.lastChild.nodeName can have multiple children, lastchild should be the br
PASS: oResult.firstChild.textContent || oResult.firstChild.text textContent should be set to parameter value
Done