servo/tests/wpt/web-platform-tests/html/editing/activation/click-manual.html

5 lines
286 B
HTML

<!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>