diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-11-14 10:10:42 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-11-14 10:10:42 -0500 |
commit | 144268a2eb88184c34ee82a7ee422d9db8aa12a9 (patch) | |
tree | 53f567cce752260f3bc652dd3304a89324654da0 /tests | |
parent | c462e66f5d2c3da30879e38649e81d34bb7d2587 (diff) | |
download | jquery-ui-144268a2eb88184c34ee82a7ee422d9db8aa12a9.tar.gz jquery-ui-144268a2eb88184c34ee82a7ee422d9db8aa12a9.zip |
Dialog test: Ensure dialog is tall enough to be scrolled.
Diffstat (limited to 'tests')
-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"> |