Div

Tapping on the div should result in an alert(false) in desktop/touch enabled browsers, and should result in alert(true) on browsers which support touch events but do not support touchstart/touchmove/touchend.

Expected Behavior

Browser Expected Result
All Desktop Browsers false
iOS (Hardware), iOS (Simulator) false
Android (all versions) false
IE7 on WP7 true
Maemo default browser true (may fail if first tap results in scroll)
Maemo FF4 true (may fail if first tap results in scroll)
Opera Mobile 10.1 on Symbian^3 true
Currently, the Symbian built-in browser on S60 will return false. This is a known failure of the code.

Untested