Navigation Menu

Skip to content

Commit

Permalink
tests all - added sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Jun 21, 2008
1 parent 284d427 commit cad08b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/all.html
Expand Up @@ -27,6 +27,7 @@
<script type="text/javascript" src="resizable.js"></script> <script type="text/javascript" src="resizable.js"></script>
<script type="text/javascript" src="selectable.js"></script> <script type="text/javascript" src="selectable.js"></script>
<script type="text/javascript" src="slider.js"></script> <script type="text/javascript" src="slider.js"></script>
<script type="text/javascript" src="sortable.js"></script>


<style type="text/css"> <style type="text/css">
.xerror, .error { display: none } .xerror, .error { display: none }
Expand Down Expand Up @@ -215,6 +216,14 @@ <h4>Run individual testsuites or doubleclick a test below</h4>
<li>Item 5</li> <li>Item 5</li>
</ul> </ul>


<ul id="sortable">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ul>

</div> </div>
</body> </body>
</html> </html>

0 comments on commit cad08b6

Please sign in to comment.