Base: Add a disabled button to the button.html test page

This commit is contained in:
Timothy Flynn 2022-11-03 13:25:43 -04:00 committed by Linus Groh
parent 08c687ef20
commit 9564f04fa6

View file

@ -6,6 +6,9 @@
<input type=button id=button2 name=hp value="Option 2">
<label for=button2>No, Press Me!</label>
<br />
<input type=button id=button3 name=hp value="Option 3" disabled>
<label for=button3>You'll never get this!</label>
<br />
<div style="display: inline-block;">
<pre>Last pressed: <span id=last></span></pre>
</div>