diff options
-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;"> |