aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/button')
-rw-r--r--tests/unit/button/button_core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/button/button_core.js b/tests/unit/button/button_core.js
index 55dda68b3..6df7da9db 100644
--- a/tests/unit/button/button_core.js
+++ b/tests/unit/button/button_core.js
@@ -166,7 +166,7 @@ asyncTest( "Resetting a button's form should refresh the visual state of the but
ok( !checkbox.button( "widget" ).hasClass( "ui-state-active" ) );
form.get( 0 ).reset();
-
+
// #9213: If a button has been removed, refresh should not be called on it when
// its corresponding form is reset.
button.remove();