diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-10 08:52:54 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-10 08:53:13 -0500 |
commit | 0f0ec001aac23acb4b7f8cd8fc5e549b541a685d (patch) | |
tree | 8a5469bcdd668bd40cd7ac7c2e6e9731ff787e9a /tests/unit/dialog/dialog_deprecated.html | |
parent | 9f764467751c1c5bdefa28421807eafc9868b37f (diff) | |
download | jquery-ui-0f0ec001aac23acb4b7f8cd8fc5e549b541a685d.tar.gz jquery-ui-0f0ec001aac23acb4b7f8cd8fc5e549b541a685d.zip |
Dialog tests: Updated markup for deprecated tests to match standard tests.
Diffstat (limited to 'tests/unit/dialog/dialog_deprecated.html')
-rw-r--r-- | tests/unit/dialog/dialog_deprecated.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/dialog/dialog_deprecated.html b/tests/unit/dialog/dialog_deprecated.html index 2a876ac73..3360e6ef7 100644 --- a/tests/unit/dialog/dialog_deprecated.html +++ b/tests/unit/dialog/dialog_deprecated.html @@ -57,6 +57,8 @@ <label for="favorite-food">Favorite food</label><input id="favorite-food"> </div> </div> + <div class="wrap" id="wrap1"></div> + <div class="wrap" id="wrap2"></div> </div> </body> </html> |