aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button.html
diff options
context:
space:
mode:
authorFabrício Matté <ult_combo@hotmail.com>2012-11-26 20:14:58 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-11-26 20:15:53 -0500
commitcaacf8f5041ad434b8e0dd1069936eb91e4c3394 (patch)
tree7f3ff90608c8e481faf54917c3b100a8c24d15cf /tests/unit/button/button.html
parent0cc81978b20b0bbe964ebf360a9833a04c3e39a2 (diff)
downloadjquery-ui-caacf8f5041ad434b8e0dd1069936eb91e4c3394.tar.gz
jquery-ui-caacf8f5041ad434b8e0dd1069936eb91e4c3394.zip
Button: Let change handler handle display and aria update. Fixed #5518 - Button: Incorrect state after double click in Firefox
Diffstat (limited to 'tests/unit/button/button.html')
-rw-r--r--tests/unit/button/button.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html
index 388209991..ebdc76470 100644
--- a/tests/unit/button/button.html
+++ b/tests/unit/button/button.html
@@ -68,6 +68,7 @@
</form>
<input type="checkbox" id="check"><label for="check">Toggle</label>
+<input type="checkbox" id="check2"><label for="check2">Checkbox</label>
<div><input id="submit" type="submit" value="Label"></div>