mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Dialog test: Ensure dialog is tall enough to be scrolled.
(cherry picked from commit 144268a2eb
)
This commit is contained in:
parent
6935030c21
commit
c34743bc29
@ -52,6 +52,8 @@
|
|||||||
<div id="dialog1"></div>
|
<div id="dialog1"></div>
|
||||||
<div id="dialog2"></div>
|
<div id="dialog2"></div>
|
||||||
<div id="form-dialog" title="Profile Information">
|
<div id="form-dialog" title="Profile Information">
|
||||||
|
<!-- create a spacer to ensure there's enough space to scroll -->
|
||||||
|
<div style="height: 250px;">...</div>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Please share some personal information</legend>
|
<legend>Please share some personal information</legend>
|
||||||
<label for="favorite-animal">Your favorite animal</label><input id="favorite-animal">
|
<label for="favorite-animal">Your favorite animal</label><input id="favorite-animal">
|
||||||
|
Loading…
Reference in New Issue
Block a user