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.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html
index 09b5a4c23..6cf27fb33 100644
--- a/tests/unit/button/button.html
+++ b/tests/unit/button/button.html
@@ -14,6 +14,7 @@
<div id="qunit-fixture">
<form id="form1">
<div><button id="button">Label</button></div>
+ <div><button id="button2">label <span>with span</span></button></div>
<div><input id="submit" type="submit" value="Label"></div>
</form>