Test deferred connections

OnMouseMove is a deferred connection, _Widget only call dojo.connect() (data-dojo-attach-event) to connect the onmousemove event on the focusNode to the widget method if needed.

Mousing over the three buttons below should call the user-defined mouse-move handlers. The "both" button has two handlers, and they should both be called.