| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 
|---|
| 2 |         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 
|---|
| 4 | <head> | 
|---|
| 5 |   <title>script.aculo.us Unit test file</title> | 
|---|
| 6 |   <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | 
|---|
| 7 |   <script src="../../lib/prototype.js" type="text/javascript"></script> | 
|---|
| 8 |   <script src="../../src/scriptaculous.js" type="text/javascript"></script> | 
|---|
| 9 |   <script src="../../src/unittest.js" type="text/javascript"></script> | 
|---|
| 10 |   <link rel="stylesheet" href="../test.css" type="text/css" /> | 
|---|
| 11 | </head> | 
|---|
| 12 | <body class="navigation"> | 
|---|
| 13 |  | 
|---|
| 14 | <h1>script.aculo.us<br/>Unit Tests</h1> | 
|---|
| 15 |  | 
|---|
| 16 | <p id="version"></p> | 
|---|
| 17 |  | 
|---|
| 18 | <script type="text/javascript" language="javascript" charset="utf-8"> | 
|---|
| 19 | // <![CDATA[ | 
|---|
| 20 |   $('version').innerHTML = 'script.aculo.us version '+Scriptaculous.Version+'<br/>Prototype version ' + Prototype.Version; | 
|---|
| 21 | // ]]> | 
|---|
| 22 | </script> | 
|---|
| 23 |  | 
|---|
| 24 | <p><a href="http://wiki.script.aculo.us/scriptaculous/show/UnitTesting" target="test">Documentation</a></p> | 
|---|
| 25 |  | 
|---|
| 26 | <h2>scriptaculous.js</h2> | 
|---|
| 27 | <ul> | 
|---|
| 28 |   <li><a href="loading_test.html" target="test">Dynamic loading test</a></li> | 
|---|
| 29 | </ul> | 
|---|
| 30 |  | 
|---|
| 31 | <h2>effects.js</h2> | 
|---|
| 32 | <ul> | 
|---|
| 33 |    <li><a href="effects_test.html" target="test">Effects test</a></li> | 
|---|
| 34 |    <li><a href="string_test.html" target="test">String test</a></li> | 
|---|
| 35 |    <li><a href="element_test.html" target="test">Element extensions test</a></li> | 
|---|
| 36 |    <li><a href="position_clone_test.html" target="test">Position.clone test</a></li> | 
|---|
| 37 | </ul> | 
|---|
| 38 |  | 
|---|
| 39 | <h2>dragdrop.js</h2> | 
|---|
| 40 | <ul> | 
|---|
| 41 |   <li><a href="dragdrop_test.html" target="test">Drag & Drop test</a></li> | 
|---|
| 42 |   <li><a href="sortable_test.html" target="test">Sortable test</a></li> | 
|---|
| 43 | </ul> | 
|---|
| 44 |  | 
|---|
| 45 | <h2>builder.js</h2> | 
|---|
| 46 | <ul> | 
|---|
| 47 |   <li><a href="builder_test.html" target="test">Builder test</a></li> | 
|---|
| 48 | </ul> | 
|---|
| 49 |  | 
|---|
| 50 | <h2>controls.js</h2> | 
|---|
| 51 | <ul> | 
|---|
| 52 |   <li><a href="ajax_autocompleter_test.html" target="test">Ajax.Autocompleter test</a></li> | 
|---|
| 53 |   <li><a href="ajax_inplaceeditor_test.html" target="test">Ajax.InPlaceEditor test</a></li> | 
|---|
| 54 |   <li>Note: unit tests work on Firefox only. The controls themselves are fully supported on IE6+, Firefox and Safari.</li> | 
|---|
| 55 | </ul> | 
|---|
| 56 |  | 
|---|
| 57 | <h2>slider.js</h2> | 
|---|
| 58 | <ul> | 
|---|
| 59 |   <li><a href="slider_test.html" target="test">Control.Slider test</a></li> | 
|---|
| 60 | </ul> | 
|---|
| 61 |  | 
|---|
| 62 |  | 
|---|
| 63 | <h2>unittest.js</h2> | 
|---|
| 64 | <ul> | 
|---|
| 65 |   <li><a href="unittest_test.html" target="test">Unittest test</a></li> | 
|---|
| 66 |   <li><a href="bdd_test.html" target="test">BDD test</a></li> | 
|---|
| 67 | </ul> | 
|---|
| 68 |  | 
|---|
| 69 | </body> | 
|---|
| 70 | </html> | 
|---|