mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
Base: Add a disabled button to the button.html test page
This commit is contained in:
parent
08c687ef20
commit
9564f04fa6
Notes:
sideshowbarker
2024-07-17 18:38:54 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/9564f04fa6 Pull-request: https://github.com/SerenityOS/serenity/pull/15909 Reviewed-by: https://github.com/linusg ✅
@ -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