We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6935030 commit c34743bCopy full SHA for c34743b
tests/unit/dialog/dialog.html
@@ -52,6 +52,8 @@ <h2 id="qunit-userAgent"></h2>
52
<div id="dialog1"></div>
53
<div id="dialog2"></div>
54
<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>
57
<fieldset>
58
<legend>Please share some personal information</legend>
59
<label for="favorite-animal">Your favorite animal</label><input id="favorite-animal">
0 commit comments