aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-11-02 08:53:42 -0400
committerScott González <scott.gonzalez@gmail.com>2011-11-02 08:53:42 -0400
commit253b792887bc015088a0e4ecda7df971755bb782 (patch)
treed28d9f53acd2abaaad4c0f41f4986ac42a3ac330
parentf11dab34cce80f027c74cf604394c05d32c38255 (diff)
downloadjquery-ui-253b792887bc015088a0e4ecda7df971755bb782.tar.gz
jquery-ui-253b792887bc015088a0e4ecda7df971755bb782.zip
Position tests: Changed DOM structure to fix dimensions of within container.
-rw-r--r--tests/unit/position/position.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html
index 17ee20258..115adc3e9 100644
--- a/tests/unit/position/position.html
+++ b/tests/unit/position/position.html
@@ -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>