| <!doctype html> | |
| <title>Interaction of UI input and the click in progress flag</title> | |
| <p>When you mouse click the checkbox below it should not be checked:</p> | |
| <p><input type=checkbox onclick=this.click()></p> | |
| <p>Now keyboard "click" the checkbox and confirm it's still not checked.</p> |