Dialog test: Ensure dialog is tall enough to be scrolled.

(cherry picked from commit 144268a2eb)
This commit is contained in:
Scott González 2013-11-14 10:10:42 -05:00
parent 6935030c21
commit c34743bc29

View File

@ -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">