diff options
-rw-r--r-- | tests/unit/dialog/dialog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index 7943b425b..d8506a1bd 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -52,6 +52,8 @@ <div id="dialog1"></div> <div id="dialog2"></div> <div id="form-dialog" title="Profile Information"> + <!-- create a spacer to ensure there's enough space to scroll --> + <div style="height: 250px;">...</div> <fieldset> <legend>Please share some personal information</legend> <label for="favorite-animal">Your favorite animal</label><input id="favorite-animal"> |