]> source.dussan.org Git - jquery-ui.git/commitdiff
Position tests: Removed unused elements.
authorScott González <scott.gonzalez@gmail.com>
Mon, 23 Apr 2012 16:23:43 +0000 (12:23 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 23 Apr 2012 16:23:59 +0000 (12:23 -0400)
tests/unit/position/position.html
tests/unit/position/position_deprecated.html

index 3ea7750d78f7f8684377e873155fbf45bc72f568..396e3e13e88d69cbcbab50a271fbe67c335d7e3e 100644 (file)
@@ -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;">
index c7a9b6bcea02ea454decc72467a9c15a32d862c7..2a7769107491cc2ae5ec0e87da7e3e91a61d85b3 100644 (file)
@@ -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;">