mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Position tests: Changed DOM structure to fix dimensions of within container.
This commit is contained in:
parent
f11dab34cc
commit
253b792887
@ -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 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-parent" style="position: absolute; left: 10.7432222px; top: 10.532325px; height: 30px; width: 201px;">
|
||||||
<div id="fractions-element"></div>
|
<div id="fractions-element"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="bug-5280" style="height: 30px; width: 201px;">
|
||||||
|
<div style="width: 50px; height: 10px;"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user