aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/position/position.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-02-23 12:46:13 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2011-02-23 12:46:13 +0100
commitc37637ee99ed737d2f81b58cb4d307fc01791319 (patch)
treeef0ca72285f5a51a0ae83b471358a684bf420502 /tests/unit/position/position.html
parent6597d3eafb6b51fa064442af5f3c48a5d660b09b (diff)
downloadjquery-ui-c37637ee99ed737d2f81b58cb4d307fc01791319.tar.gz
jquery-ui-c37637ee99ed737d2f81b58cb4d307fc01791319.zip
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
Diffstat (limited to 'tests/unit/position/position.html')
-rw-r--r--tests/unit/position/position.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html
index 5413cfdd6..c9a2be82d 100644
--- a/tests/unit/position/position.html
+++ b/tests/unit/position/position.html
@@ -30,7 +30,7 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6
.height() returns the greater of the height and line-height
-->
-<div id="main" style="position: absolute; top: 0; left: 0;">
+<div id="qunit-fixture" style="top: 0; left: 0;">
<div id="el1" style="position: absolute; width: 6px; height: 6px; line-height: 6px;"></div>
<div id="el2" style="position: absolute; width: 6px; height: 6px; line-height: 6px;"></div>
<div id="parent" style="position: absolute; width: 6px; height: 6px; top: 4px; left: 4px; line-height: 6px;"></div>