aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorkborchers <kris.borchers@gmail.com>2011-08-19 20:19:38 -0500
committerkborchers <kris.borchers@gmail.com>2011-08-19 20:19:38 -0500
commit96c2c8e639abc1894cdb1588982219f31634a164 (patch)
tree67633c211791a6f5d353331c09906552ddbe4e1a /tests
parent96e5c241e1b26224c53738b590e07290db7a3e54 (diff)
downloadjquery-ui-96c2c8e639abc1894cdb1588982219f31634a164.tar.gz
jquery-ui-96c2c8e639abc1894cdb1588982219f31634a164.zip
Position: Added the missing div required for the fraction tests that were added to fix the broken test
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/position/position_deprecated.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/position/position_deprecated.html b/tests/unit/position/position_deprecated.html
index 16d88ea2e..c80490f74 100644
--- a/tests/unit/position/position_deprecated.html
+++ b/tests/unit/position/position_deprecated.html
@@ -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>