Skip to content

Commit

Permalink
Position tests: Changed DOM structure to fix dimensions of within con…
Browse files Browse the repository at this point in the history
…tainer.
  • Loading branch information
scottgonzalez committed Nov 2, 2011
1 parent f11dab3 commit 253b792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/position/position.html
Expand Up @@ -61,14 +61,14 @@ <h2 id="qunit-userAgent"></h2>

<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>
Expand Down

0 comments on commit 253b792

Please sign in to comment.