aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar
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/progressbar
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/progressbar')
-rw-r--r--tests/unit/progressbar/progressbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/progressbar/progressbar.html b/tests/unit/progressbar/progressbar.html
index 4315fb103..7ec8d56d7 100644
--- a/tests/unit/progressbar/progressbar.html
+++ b/tests/unit/progressbar/progressbar.html
@@ -34,7 +34,7 @@
<ol id="qunit-tests">
</ol>
-<div id="main" style="position: absolute; top: -10000px; left: -10000px;">
+<div id="qunit-fixture">
<div id="progressbar"></div>
</div>