]> source.dussan.org Git - jquery-ui.git/commitdiff
Position: Apply IE6 line-height workaround to deprecated tests, too
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 7 May 2012 10:19:19 +0000 (12:19 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 7 May 2012 10:19:19 +0000 (12:19 +0200)
tests/unit/position/position_deprecated.html

index 5fc768459e01be6cdfdc8aaf4d4a153e21bc9715..84aae61f8145d09f46475c02f5a295b5e4a77a14 100644 (file)
@@ -26,7 +26,7 @@
 <div id="qunit" style="position:relative; z-index:2;"></div>
 
 <!--
-elements smaller than 10px have a line-height set on them to avoid a bug in IE6
+elements smaller than 20px have a line-height set on them to avoid a bug in IE6
 .height() returns the greater of the height and line-height
 -->
 
@@ -34,7 +34,7 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6
        <div id="el1" style="position: absolute; width: 6px; height: 6px; line-height: 6px;"></div>
        <div id="el2" style="position: absolute; width: 6px; height: 6px; line-height: 6px;"></div>
        <div id="parent" style="position: absolute; width: 6px; height: 6px; top: 4px; left: 4px; line-height: 6px;"></div>
-       <div id="within" style="position: absolute; width: 12px; height: 12px; top: 2px; left: 0px;"></div>
+       <div id="within" style="position: absolute; width: 12px; height: 12px; top: 2px; left: 0px; line-height: 12px;"></div>
 
        <div id="scrollx" style="position: absolute; top: 0px; left: 0px">
                <div id="elx" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div>