Skip to content

Commit 1570572

Browse files
committed
Position tests: Removed unused elements.
1 parent 6ccfb20 commit 1570572

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

tests/unit/position/position.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ <h2 id="qunit-userAgent"></h2>
4949
<div id="parentx" style="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px;"></div>
5050
</div>
5151

52-
<div style="position: absolute; top: 200px; left: 100px;">
53-
<div id="el-offset-100-200" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div>
54-
<div style="position: absolute; top: 100px; left: 50px;">
55-
<div id="el-two-offset-150-300" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div>
56-
<div id="el-fixed" style="position: fixed; top: 200px; left: 200px;"></div>
57-
</div>
58-
</div>
59-
6052
<div style="position: absolute; height: 5000px; width: 5000px;"></div>
6153

6254
<div id="fractions-parent" style="position: absolute; left: 10.7432222px; top: 10.532325px; height: 30px; width: 201px;">

tests/unit/position/position_deprecated.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ <h2 id="qunit-userAgent"></h2>
4444
<div id="parentx" style="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px;"></div>
4545
</div>
4646

47-
<div style="position: absolute; top: 200px; left: 100px;">
48-
<div id="el-offset-100-200" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div>
49-
<div style="position: absolute; top: 100px; left: 50px;">
50-
<div id="el-two-offset-150-300" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div>
51-
<div id="el-fixed" style="position: fixed; top: 200px; left: 200px;"></div>
52-
</div>
53-
</div>
54-
5547
<div style="position: absolute; height: 5000px; width: 5000px;"></div>
5648

5749
<div id="bug-5280" style="height: 30px; width: 201px;">

0 commit comments

Comments
 (0)