]> source.dussan.org Git - jquery-ui.git/commitdiff
Position: Added the missing div required for the fraction tests that were added to... 441/head
authorkborchers <kris.borchers@gmail.com>
Sat, 20 Aug 2011 01:19:38 +0000 (20:19 -0500)
committerkborchers <kris.borchers@gmail.com>
Sat, 20 Aug 2011 01:19:38 +0000 (20:19 -0500)
tests/unit/position/position_deprecated.html

index 16d88ea2e27f581ab63b195d1798ad06dbcef6d1..c80490f74f696d3e48519ace467211a1e91a7419 100644 (file)
@@ -55,5 +55,9 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6
        <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>
+
 </body>
 </html>