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/position | |
parent | 6867e0b5517d4664e309652f807011ea350d1f67 (diff) | |
download | jquery-ui-4adb9026eab43e36f78991cbe56088f2de110089.tar.gz jquery-ui-4adb9026eab43e36f78991cbe56088f2de110089.zip |
Tests: Cleanup.
Diffstat (limited to 'tests/unit/position')
-rw-r--r-- | tests/unit/position/position.html | 5 | ||||
-rw-r--r-- | tests/unit/position/position_deprecated.html | 5 |
2 files changed, 3 insertions, 7 deletions
diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html index 3df9d465c..a47e91004 100644 --- a/tests/unit/position/position.html +++ b/tests/unit/position/position.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -62,8 +62,5 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6 </div> </div> - - - </body> </html> diff --git a/tests/unit/position/position_deprecated.html b/tests/unit/position/position_deprecated.html index 9d595e48e..16d88ea2e 100644 --- a/tests/unit/position/position_deprecated.html +++ b/tests/unit/position/position_deprecated.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -23,8 +23,7 @@ <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> <!-- elements smaller than 10px have a line-height set on them to avoid a bug in IE6 |