diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-08-03 17:12:44 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-08-03 17:12:44 -0400 |
commit | 4adb9026eab43e36f78991cbe56088f2de110089 (patch) | |
tree | e0dc8936f9ecbd5e72db69bf3b1ffd7d1d48acbd /tests/unit/effects/effects.html | |
parent | 6867e0b5517d4664e309652f807011ea350d1f67 (diff) | |
download | jquery-ui-4adb9026eab43e36f78991cbe56088f2de110089.tar.gz jquery-ui-4adb9026eab43e36f78991cbe56088f2de110089.zip |
Tests: Cleanup.
Diffstat (limited to 'tests/unit/effects/effects.html')
-rw-r--r-- | tests/unit/effects/effects.html | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/tests/unit/effects/effects.html b/tests/unit/effects/effects.html index 659495476..f2c447ef7 100644 --- a/tests/unit/effects/effects.html +++ b/tests/unit/effects/effects.html @@ -31,8 +31,7 @@ <script src="effects_scale.js"></script> <script src="../swarminject.js"></script> - - <style type="text/css"> + <style> #qunit-fixture { width: 1000px; height: 1000px; @@ -84,20 +83,18 @@ <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> -<ol id="qunit-tests"> -</ol> - +<ol id="qunit-tests"></ol> <div id="qunit-fixture"> - <div class="hidden test"></div> - <div class="animateClass test"> - <h2>Child Element Test</h2> - </div> - <div class="relWidth relHeight testAddBorder"> - <h2>Slide with relative width</h2> - </div> - <div class="testScale"> - </div> +<div class="hidden test"></div> +<div class="animateClass test"> + <h2>Child Element Test</h2> +</div> +<div class="relWidth relHeight testAddBorder"> + <h2>Slide with relative width</h2> +</div> +<div class="testScale"> </div> +</div> </body> </html> |