1Alert: PASS: locale = en_US 2Alert: PASS: locale = FR 3Alert: PASS: instanceIndex = 0 4Alert: PASS: instanceIndex = 0 5Alert: PASS: layout = tb 6Alert: PASS: layout = landscape 7Alert: PASS: validationMessage = 8Alert: PASS: validationMessage = totally valid 9Alert: PASS: typeof my_doc.execEvent = function 10Alert: PASS: typeof my_doc.execInitialize = function 11Alert: PASS: typeof my_doc.execCalculate = function 12Alert: PASS: typeof my_doc.execValidate = function 13Alert: PASS: my_doc.execEvent() threw XFAObject.execEvent: Incorrect number of parameters passed to function. 14Alert: PASS: my_doc.execEvent('foo', 'bar') threw XFAObject.execEvent: Incorrect number of parameters passed to function. 15Alert: PASS: my_doc.execEvent(undefined) = undefined 16Alert: PASS: my_doc.execEvent({value: 'bogus'}) = undefined 17Alert: PASS: my_doc.execEvent('bogus') = undefined 18Alert: PASS: my_doc.execEvent('change') = undefined 19Alert: PASS: my_doc.execEvent('click') = undefined 20Alert: PASS: my_doc.execEvent('enter') = undefined 21Alert: PASS: my_doc.execEvent('exit') = undefined 22Alert: PASS: my_doc.execEvent('full') = undefined 23Alert: PASS: my_doc.execEvent('indexChange') = undefined 24Alert: PASS: my_doc.execEvent('initialize') = undefined 25Alert: PASS: my_doc.execEvent('mouseDown') = undefined 26Alert: PASS: my_doc.execEvent('mouseEnter') = undefined 27Alert: PASS: my_doc.execEvent('mouseExit') = undefined 28Alert: PASS: my_doc.execEvent('postOpen') = undefined 29Alert: PASS: my_doc.execEvent('postSign') = undefined 30Alert: PASS: my_doc.execEvent('preOpen') = undefined 31Alert: PASS: my_doc.execEvent('preSign') = undefined 32Alert: PASS: my_doc.execInitialize('foo') threw XFAObject.execInitialize: Incorrect number of parameters passed to function. 33Alert: PASS: my_doc.execInitialize() = undefined 34Alert: PASS: my_doc.execCalculate('foo') threw XFAObject.execCalculate: Incorrect number of parameters passed to function. 35Alert: PASS: my_doc.execCalculate() = undefined 36Alert: PASS: my_doc.execValidate('foo') threw XFAObject.execValidate: Incorrect number of parameters passed to function. 37Alert: PASS: my_doc.execValidate() = true 38