diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-23 12:23:43 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-23 12:23:59 -0400 |
commit | 15705723b2d170f70c3ef408b5b4dca83c84e586 (patch) | |
tree | c9bd7bd1565563b60d2b2382ead4c4cc2ef8c734 | |
parent | 6ccfb20c8bc59345ee5fc8ae5af0c90c4d6c7294 (diff) | |
download | jquery-ui-15705723b2d170f70c3ef408b5b4dca83c84e586.tar.gz jquery-ui-15705723b2d170f70c3ef408b5b4dca83c84e586.zip |
Position tests: Removed unused elements.
-rw-r--r-- | tests/unit/position/position.html | 8 | ||||
-rw-r--r-- | tests/unit/position/position_deprecated.html | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html index 3ea7750d7..396e3e13e 100644 --- a/tests/unit/position/position.html +++ b/tests/unit/position/position.html @@ -49,14 +49,6 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6 <div id="parentx" style="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px;"></div> </div> - <div style="position: absolute; top: 200px; left: 100px;"> - <div id="el-offset-100-200" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div> - <div style="position: absolute; top: 100px; left: 50px;"> - <div id="el-two-offset-150-300" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div> - <div id="el-fixed" style="position: fixed; top: 200px; left: 200px;"></div> - </div> - </div> - <div style="position: absolute; height: 5000px; width: 5000px;"></div> <div id="fractions-parent" style="position: absolute; left: 10.7432222px; top: 10.532325px; height: 30px; width: 201px;"> diff --git a/tests/unit/position/position_deprecated.html b/tests/unit/position/position_deprecated.html index c7a9b6bce..2a7769107 100644 --- a/tests/unit/position/position_deprecated.html +++ b/tests/unit/position/position_deprecated.html @@ -44,14 +44,6 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6 <div id="parentx" style="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px;"></div> </div> -<div style="position: absolute; top: 200px; left: 100px;"> - <div id="el-offset-100-200" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div> - <div style="position: absolute; top: 100px; left: 50px;"> - <div id="el-two-offset-150-300" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div> - <div id="el-fixed" style="position: fixed; top: 200px; left: 200px;"></div> - </div> -</div> - <div style="position: absolute; height: 5000px; width: 5000px;"></div> <div id="bug-5280" style="height: 30px; width: 201px;"> |