Test Button Events
open ./tests/html/test_form_events.html  
verifyValue eventlog  
click theButton
verifyValue eventlog {focus(theButton)} {click(theButton)} {blur(theButton)}
type eventlog
click theSubmit
verifyValue eventlog {focus(theSubmit)} {click(theSubmit)} {submit} {blur(theSubmit)}