header
We test the blur action/command : it is used to remove focus from form widgets.
The focus is removed from various widgets : input,
select, textarea, with both client and server
actions.
(It would also be nice to use something like document.activeElement
to test whether the browser is actually gaining and losing focus,
but that's difficult to get working cross-browser...)
none.