mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05:00
Base: Update checkbox test page to have a <label>
This commit is contained in:
parent
1380dbeef3
commit
26c9769247
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<input id=foo type=checkbox> This is a checkbox
|
||||
<input id=foo type=checkbox>
|
||||
<label for=foo>This is a checkbox</label>
|
||||
<pre id=bar></pre>
|
||||
<script>
|
||||
var foo = document.getElementById("foo");
|
||||
|
|
Loading…
Add table
Reference in a new issue