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.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/unit/controlgroup/controlgroup.html b/tests/unit/controlgroup/controlgroup.html
index 9767381ac..9983232ec 100644
--- a/tests/unit/controlgroup/controlgroup.html
+++ b/tests/unit/controlgroup/controlgroup.html
@@ -36,6 +36,27 @@
<option>Slow</option>
</select>
</div>
+ <select id="select-sanatize">
+ <option>Fast</option>
+ <option>Medium</option>
+ <option>Slow</option>
+ </select>
+ <div class="controlgroup-pre">
+ <select id="select-pre">
+ <option>Fast</option>
+ <option>Medium</option>
+ <option>Slow</option>
+ </select>
+ <button>Button with icon on the bottom</button>
+ </div>
+ <div class="controlgroup-refresh">
+ <select id="select-refresh">
+ <option>Fast</option>
+ <option>Medium</option>
+ <option>Slow</option>
+ </select>
+ <button>Button with icon on the bottom</button>
+ </div>
</div>
</body>
</html>