mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
5 lines
286 B
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>
|