diff options
Diffstat (limited to 'ui/tests/resizable.html')
-rw-r--r-- | ui/tests/resizable.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html deleted file mode 100644 index 685ec88c9..000000000 --- a/ui/tests/resizable.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> -<meta http-equiv="Content-Language" content="en" /> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>Resizable Test Page</title> -<link rel="stylesheet" href="../../qunit/testsuite.css" type="text/css" media="screen"> - -<script type="text/javascript" src="../../jquery/jquery-1.2.6.js"></script> -<script type="text/javascript" src="../source/ui.core.js"></script> -<script type="text/javascript" src="../source/ui.resizable.js"></script> - -<script type="text/javascript" src="../../qunit/testrunner.js"></script> -<script type="text/javascript" src="resizable.js"></script> -<script type="text/javascript" src="jquery.simulate.js"></script> - -</head> - -<style> - #main { - position: absolute !important; - top: -1000px !important; - left: -1000px !important; - } -</style> - -<body> - - <h1 id="header">jQuery Test Suite</h1> - <h2 id="banner"></h2> - <h2 id="userAgent"></h2> - - <div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;"> - <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;"/> - </div> - - <ol id="tests"></ol> - <div class="ui-fake-cursor"/> -</body> -</html> |