diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-09 05:59:18 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-09 05:59:18 +0000 |
commit | 03528f2942ad52ab1bfca8810aa5ce0bfe3ba4c7 (patch) | |
tree | c2ae251d883b2b14cb81e439d3e306aa1c4e662e /tests/all.html | |
parent | d2397d8d63a4e5325e0d6aff0ea8fc802da7468c (diff) | |
download | jquery-ui-03528f2942ad52ab1bfca8810aa5ce0bfe3ba4c7.tar.gz jquery-ui-03528f2942ad52ab1bfca8810aa5ce0bfe3ba4c7.zip |
tests - wrapped in closures so all.html will work
Diffstat (limited to 'tests/all.html')
-rw-r--r-- | tests/all.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/all.html b/tests/all.html index b83b30fe2..99e53db39 100644 --- a/tests/all.html +++ b/tests/all.html @@ -44,6 +44,10 @@ <h4>Run individual testsuites or doubleclick a test below</h4> <ul> <li><a href="accordion.html">Accordion</a></li> + <li><a href="dialog.html">Dialog</a></li> + <li><a href="draggable.html">Draggable</a></li> + <li><a href="resizable.html">Resizable</a></li> + <li><a href="selectable.html">Selectable</a></li> <li><a href="slider.html">Slider</a></li> </ul> @@ -198,6 +202,19 @@ </div> <div id="log"><div><strong>Log of the 2nd accordion</strong></div></div> + + <div id="resizable1" style="background: green; width: 100px; height: 100px;">I'm a resizable.</div> + <img src="images/test.jpg" id="resizable2" style="width: 100px; height: 100px;"/> + + + <ul id="selectable1"> + <li>Item 1</li> + <li>Item 2</li> + <li class="special">Item 3</li> + <li>Item 4</li> + <li>Item 5</li> + </ul> + </div> </body> </html>
\ No newline at end of file |