1Alert: PASS: aliasNode = undefined 2Alert: PASS: aliasNode = undefined 3Alert: PASS: context = undefined 4Alert: PASS: context = undefined 5Alert: PASS: typeof xfa.form.clearErrorList = function 6Alert: PASS: typeof xfa.form.createNode = function 7Alert: PASS: typeof xfa.form.isCompatibleNS = function 8Alert: PASS: xfa.form.clearErrorList('args', 'ignored') = undefined 9Alert: PASS: xfa.form.createNode() threw XFAObject.createNode: Incorrect number of parameters passed to function. 10Alert: PASS: xfa.form.createNode('bogus') = null 11Alert: PASS: xfa.form.createNode('template') = [object XFAObject] 12Alert: PASS: xfa.form.isCompatibleNS() threw XFAObject.isCompatibleNS: Incorrect number of parameters passed to function. 13Alert: PASS: xfa.form.isCompatibleNS('bogus') = false 14Alert: PASS: xfa.form.isCompatibleNS('') = true 15