diff options
author | Richard Worth <rdworth@gmail.com> | 2008-10-31 01:38:27 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-10-31 01:38:27 +0000 |
commit | 100cc350b3ed8516619d1946b38a339cdac7e1a0 (patch) | |
tree | dbfff6891d04f640b1d97a0c176277838341ec5c | |
parent | be7db1369d708292a1ad0925e1cdb32aa8e2a599 (diff) | |
download | jquery-ui-100cc350b3ed8516619d1946b38a339cdac7e1a0.tar.gz jquery-ui-100cc350b3ed8516619d1946b38a339cdac7e1a0.zip |
moved dep_loader.html test page to experimental branch
-rw-r--r-- | tests/visual/dep_loader.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/visual/dep_loader.html b/tests/visual/dep_loader.html deleted file mode 100644 index feb534365..000000000 --- a/tests/visual/dep_loader.html +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html> - <head> - <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> - <title>Dependency loading</title> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> - <script type="text/javascript" src="../../ui/ui.core.js"></script> - - <script type="text/javascript"> - - $(document).ready(function() { - - $("div").draggable(); - - }); - - </script> - - </head> - <body> - - <div style="width: 100px; height: 100px; background: green;"></div> - - </body> -</html>
\ No newline at end of file |