]> source.dussan.org Git - jquery-ui.git/commitdiff
Position tests: Changed DOM structure to fix dimensions of within container.
authorScott González <scott.gonzalez@gmail.com>
Wed, 2 Nov 2011 12:53:42 +0000 (08:53 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 2 Nov 2011 12:53:42 +0000 (08:53 -0400)
tests/unit/position/position.html

index 17ee20258e3c58e6d1fb42defb36d28dfb68b71e..115adc3e9ec7208b656badc3d32fb46df2fc0be2 100644 (file)
@@ -61,14 +61,14 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6
 
                <div style="position: absolute; height: 5000px; width: 5000px;"></div>
 
-               <div id="bug-5280" style="height: 30px; width: 201px;">
-                       <div style="width: 50px; height: 10px;"></div>
-               </div>
-
                <div id="fractions-parent" style="position: absolute; left: 10.7432222px; top: 10.532325px; height: 30px; width: 201px;">
                        <div id="fractions-element"></div>
                </div>
        </div>
+
+       <div id="bug-5280" style="height: 30px; width: 201px;">
+               <div style="width: 50px; height: 10px;"></div>
+       </div>
 </div>
 
 </body>