Skip to content

Commit 253b792

Browse files
committed
Position tests: Changed DOM structure to fix dimensions of within container.
1 parent f11dab3 commit 253b792

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/position/position.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ <h2 id="qunit-userAgent"></h2>
6161

6262
<div style="position: absolute; height: 5000px; width: 5000px;"></div>
6363

64-
<div id="bug-5280" style="height: 30px; width: 201px;">
65-
<div style="width: 50px; height: 10px;"></div>
66-
</div>
67-
6864
<div id="fractions-parent" style="position: absolute; left: 10.7432222px; top: 10.532325px; height: 30px; width: 201px;">
6965
<div id="fractions-element"></div>
7066
</div>
7167
</div>
68+
69+
<div id="bug-5280" style="height: 30px; width: 201px;">
70+
<div style="width: 50px; height: 10px;"></div>
71+
</div>
7272
</div>
7373

7474
</body>

0 commit comments

Comments
 (0)