blob: 1359a43c1b8bfc53896c83279c39873487fe1917 [file] [log] [blame]
<!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>