aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/button/button.html')
-rw-r--r--tests/unit/button/button.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html
index b79ca1dc6..93f9af611 100644
--- a/tests/unit/button/button.html
+++ b/tests/unit/button/button.html
@@ -59,6 +59,13 @@
<input type="radio" id="radio23" name="radio" checked="checked"><label for="radio23">Choice 3</label>
</div>
</form>
+<form>
+ <div id="radio3">
+ <input type="radio" id="radio31" name="data['Page']['parse']" /><label for="radio31">Choice 1</label>
+ <input type="radio" id="radio32" name="data['Page']['parse']" checked="checked" /><label for="radio32">Choice 2</label>
+ <input type="radio" id="radio33" name="data['Page']['parse']" /><label for="radio33">Choice 3</label>
+ </div>
+</form>​
<input type="checkbox" id="check"><label for="check">Toggle</label>