1Alert: PASS: checksum = 2Alert: PASS: checksum = 11 3Alert: PASS: typeof my_form.execInitialize = function 4Alert: PASS: typeof my_form.execCalculate = function 5Alert: PASS: typeof my_form.execValidate = function 6Alert: PASS: my_form.execInitialize('nonesuch') threw XFAObject.execInitialize: Incorrect number of parameters passed to function. 7Alert: PASS: my_form.execInitialize() = undefined 8Alert: PASS: my_form.execCalculate('nonesuch') threw XFAObject.execCalculate: Incorrect number of parameters passed to function. 9Alert: PASS: my_form.execCalculate() = undefined 10Alert: PASS: my_form.execValidate('nonesuch') threw XFAObject.execValidate: Incorrect number of parameters passed to function. 11Alert: PASS: my_form.execValidate() = true 12Alert: PASS: my_form.formNodes() threw XFAObject.formNodes: Incorrect number of parameters passed to function. 13Alert: PASS: my_form.formNodes(1, 2) threw XFAObject.formNodes: Incorrect number of parameters passed to function. 14Alert: PASS: my_form.formNodes('nonesuch') threw XFAObject.formNodes: Incorrect parameter value. 15Alert: PASS: my_form.formNodes(my_subform) = [object XFAObject] 16Alert: PASS: my_form.remerge(1) threw XFAObject.remerge: Incorrect number of parameters passed to function. 17Alert: FAIL: my_form.remerge() = undefined, expected true 18Alert: PASS: my_form.recalculate() threw XFAObject.recalculate: Incorrect number of parameters passed to function. 19Alert: PASS: my_form.recalculate(1, 2) threw XFAObject.recalculate: Incorrect number of parameters passed to function. 20Alert: PASS: my_form.recalculate(0) = undefined 21