aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/label.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-11-25 09:30:44 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-11-25 09:30:44 -0500
commit44367f408f2b8dd52f780426920e0d196cc52eb2 (patch)
tree641712647ec034d3c33544d8d6b5d2103e028e22 /tests/label.ur
parent200bed939aed2ef51b4dce74cec6f6720fe8f7d7 (diff)
Add 'id' attributes and <label>
Diffstat (limited to 'tests/label.ur')
-rw-r--r--tests/label.ur4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/label.ur b/tests/label.ur
new file mode 100644
index 00000000..1b482aed
--- /dev/null
+++ b/tests/label.ur
@@ -0,0 +1,4 @@
+fun main () = return <xml><body>
+ <ccheckbox id="A"/> <label for="A">First one</label><br/>
+ <ccheckbox id="B"/> <label for="B">Second one</label><br/>
+</body></xml>