aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sortable.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-09-20 17:42:04 +0000
committerRichard Worth <rdworth@gmail.com>2008-09-20 17:42:04 +0000
commit77cea8f36476e4195fac38bd57fecd70d642b24d (patch)
tree06d03e1e2d0810aa311a0051d7157c90b849e39a /tests/sortable.html
parent057d3c677eefe6c6406d1344359a77a864eb1d66 (diff)
downloadjquery-ui-77cea8f36476e4195fac38bd57fecd70d642b24d.tar.gz
jquery-ui-77cea8f36476e4195fac38bd57fecd70d642b24d.zip
set svn:eol-style to native
Diffstat (limited to 'tests/sortable.html')
-rw-r--r--tests/sortable.html90
1 files changed, 45 insertions, 45 deletions
diff --git a/tests/sortable.html b/tests/sortable.html
index d85b8eb61..0e48adf09 100644
--- a/tests/sortable.html
+++ b/tests/sortable.html
@@ -1,45 +1,45 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Sortable Test Suite</title>
-
- <link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen">
-
- <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" src="../ui/ui.sortable.js"></script>
-
- <script type="text/javascript" src="qunit/testrunner.js"></script>
- <script type="text/javascript" src="simulate/jquery.simulate.js"></script>
-
- <script type="text/javascript" src="sortable.js"></script>
-
- <style type="text/css">
- html { border: 0; }
- #main {
- position:absolute !important;
- top: -1000px !important;
- left: -1000px !important;
- }
- </style>
-</head>
-<body>
-
-<h1 id="header">jQuery UI Sortable Test Suite</h1>
-<h2 id="banner"></h2>
-<h2 id="userAgent"></h2>
-
-<ol id="tests"></ol>
-
-<div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;">
- <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>
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Sortable Test Suite</title>
+
+ <link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen">
+
+ <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" src="../ui/ui.sortable.js"></script>
+
+ <script type="text/javascript" src="qunit/testrunner.js"></script>
+ <script type="text/javascript" src="simulate/jquery.simulate.js"></script>
+
+ <script type="text/javascript" src="sortable.js"></script>
+
+ <style type="text/css">
+ html { border: 0; }
+ #main {
+ position:absolute !important;
+ top: -1000px !important;
+ left: -1000px !important;
+ }
+ </style>
+</head>
+<body>
+
+<h1 id="header">jQuery UI Sortable Test Suite</h1>
+<h2 id="banner"></h2>
+<h2 id="userAgent"></h2>
+
+<ol id="tests"></ol>
+
+<div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;">
+ <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>
+
+</body>
+</html>