mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
Base: Add a disabled button to the button.html test page
This commit is contained in:
parent
08c687ef20
commit
9564f04fa6
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
<input type=button id=button2 name=hp value="Option 2">
|
<input type=button id=button2 name=hp value="Option 2">
|
||||||
<label for=button2>No, Press Me!</label>
|
<label for=button2>No, Press Me!</label>
|
||||||
<br />
|
<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;">
|
<div style="display: inline-block;">
|
||||||
<pre>Last pressed: <span id=last></span></pre>
|
<pre>Last pressed: <span id=last></span></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue