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