Skip to content

Commit c34743b

Browse files
committed
Dialog test: Ensure dialog is tall enough to be scrolled.
(cherry picked from commit 144268a)
1 parent 6935030 commit c34743b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/dialog/dialog.html

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ <h2 id="qunit-userAgent"></h2>
5252
<div id="dialog1"></div>
5353
<div id="dialog2"></div>
5454
<div id="form-dialog" title="Profile Information">
55+
<!-- create a spacer to ensure there's enough space to scroll -->
56+
<div style="height: 250px;">...</div>
5557
<fieldset>
5658
<legend>Please share some personal information</legend>
5759
<label for="favorite-animal">Your favorite animal</label><input id="favorite-animal">

0 commit comments

Comments
 (0)