Position tests: Changed DOM structure to fix dimensions of within container.

This commit is contained in:
Scott González 2011-11-02 08:53:42 -04:00
parent f11dab34cc
commit 253b792887

View 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>