Button tests: replace XHTML with HTML in button test suite

This commit is contained in:
Mike Sherov 2012-11-19 09:23:05 -05:00
parent 7ffcaa2e3b
commit 8cfee45ac9

View File

@ -61,9 +61,9 @@
</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>
<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>