Changeset 5706
- Timestamp:
- 05/28/08 20:19:18 (8 months ago)
- Location:
- trunk/jquery/test
- Files:
-
- 18 added
- 2 modified
-
data/testsuite.css (modified) (1 diff)
-
index.html (modified) (1 diff)
-
otherlibs (added)
-
otherlibs/mootools (added)
-
otherlibs/mootools/1.11 (added)
-
otherlibs/mootools/1.11/mootools.js (added)
-
otherlibs/prototype (added)
-
otherlibs/prototype/1.6.0.2 (added)
-
otherlibs/prototype/1.6.0.2/prototype.js (added)
-
otherlibs/scriptaculous (added)
-
otherlibs/scriptaculous/1.8.1 (added)
-
otherlibs/scriptaculous/1.8.1/builder.js (added)
-
otherlibs/scriptaculous/1.8.1/controls.js (added)
-
otherlibs/scriptaculous/1.8.1/dragdrop.js (added)
-
otherlibs/scriptaculous/1.8.1/effects.js (added)
-
otherlibs/scriptaculous/1.8.1/scriptaculous.js (added)
-
otherlibs/scriptaculous/1.8.1/slider.js (added)
-
otherlibs/scriptaculous/1.8.1/sound.js (added)
-
otherlibs/scriptaculous/1.8.1/unittest.js (added)
-
polluted.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/test/data/testsuite.css
r5523 r5706 116 116 117 117 div#show-tests * { display: none; } 118 119 form.otherlibs{ 120 margin: 20px 0 0 30px; 121 } 122 form.otherlibs label{ 123 display:block; 124 margin: 5px 0 5px 30px; 125 } 126 form.otherlibs input.submit{ 127 margin:30px 0 0 0; 128 129 } -
trunk/jquery/test/index.html
r5705 r5706 5 5 <title>jQuery Test Suite</title> 6 6 <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> 7 <!-- -->7 <!-- Includes --> 8 8 <script type="text/javascript">var jQuery = "jQuery", $ = "$"; // For testing .noConflict()</script> 9 9 <script type="text/javascript" src="../dist/jquery.js"></script>
