Base: Update checkbox test page to have a <label>

This commit is contained in:
Timothy Flynn 2021-04-04 11:49:22 -04:00 committed by Andreas Kling
parent 1380dbeef3
commit 26c9769247

View file

@ -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");