mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
Base: Add a disabled button to the button.html test page
This commit is contained in:
parent
08c687ef20
commit
9564f04fa6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user