aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-11-19 09:23:05 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-11-19 09:23:05 -0500
commit8cfee45ac9595d7ace807f7ccf22e9f428eb77b2 (patch)
treee62425422bd210a9e9318ee8c760972f37c3c86c /tests/unit/button
parent7ffcaa2e3b673e7e4178293224d5a15f65cbbcf9 (diff)
downloadjquery-ui-8cfee45ac9595d7ace807f7ccf22e9f428eb77b2.tar.gz
jquery-ui-8cfee45ac9595d7ace807f7ccf22e9f428eb77b2.zip
Button tests: replace XHTML with HTML in button test suite
Diffstat (limited to 'tests/unit/button')
-rw-r--r--tests/unit/button/button.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html
index 93f9af611..8c9335aeb 100644
--- a/tests/unit/button/button.html
+++ b/tests/unit/button/button.html
@@ -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>​