Position: Added the missing div required for the fraction tests that were added to fix the broken test

This commit is contained in:
kborchers 2011-08-19 20:19:38 -05:00
parent 96e5c241e1
commit 96c2c8e639

View File

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