aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/controlgroup/controlgroup.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/controlgroup/controlgroup.html')
-rw-r--r--tests/unit/controlgroup/controlgroup.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unit/controlgroup/controlgroup.html b/tests/unit/controlgroup/controlgroup.html
index 170676aa8..d90bf607c 100644
--- a/tests/unit/controlgroup/controlgroup.html
+++ b/tests/unit/controlgroup/controlgroup.html
@@ -58,6 +58,16 @@
<label class="ui-controlgroup-label">Label</label>
<button>Button with icon on the bottom</button>
</div>
+ <div class="controlgroup-single-select">
+ <select id="select-single">
+ <option>Fast</option>
+ <option>Medium</option>
+ <option>Slow</option>
+ </select>
+ </div>
+ <div class="controlgroup-single-button">
+ <button class="single-button">button</button>
+ </div>
</div>
</body>
</html>