summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-11-03 13:25:43 -0400
committerLinus Groh <mail@linusgroh.de>2022-11-03 19:15:43 +0000
commit9564f04fa61789ebde1f3a2524e33d8aad11a333 (patch)
treecca8366d5dbb7d859f3cccd78f98fd4a30eee322 /Base
parent08c687ef20d9bd718a6baa61c7468a7558d07fdb (diff)
downloadserenity-9564f04fa61789ebde1f3a2524e33d8aad11a333.zip
Base: Add a disabled button to the button.html test page
Diffstat (limited to 'Base')
-rw-r--r--Base/res/html/misc/button.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/res/html/misc/button.html b/Base/res/html/misc/button.html
index 54bb8a257b..f48af972da 100644
--- a/Base/res/html/misc/button.html
+++ b/Base/res/html/misc/button.html
@@ -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>