aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-05-28 17:36:57 -0400
committerScott González <scott.gonzalez@gmail.com>2011-05-28 17:36:57 -0400
commit4dbfdcede3878415dbf5c777e9e2ce17c6916edc (patch)
treec1ac1a1e003ae1c1a1ff62c40b42ca2944aa69b1 /tests/unit/tooltip/tooltip.html
parentc2ae4e3fe4be63906dd5da084cfb7fb812421283 (diff)
downloadjquery-ui-4dbfdcede3878415dbf5c777e9e2ce17c6916edc.tar.gz
jquery-ui-4dbfdcede3878415dbf5c777e9e2ce17c6916edc.zip
Tooltip: Allow content updates via async response regardless of whether a sync response came back. Added more tests.
Diffstat (limited to 'tests/unit/tooltip/tooltip.html')
-rw-r--r--tests/unit/tooltip/tooltip.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tooltip/tooltip.html b/tests/unit/tooltip/tooltip.html
index d540504ab..21eff51fd 100644
--- a/tests/unit/tooltip/tooltip.html
+++ b/tests/unit/tooltip/tooltip.html
@@ -37,7 +37,7 @@
<div>
<a id="tooltipped1" href="#" title="anchortitle">anchor</a>
<input title="inputtitle">
- <span id="fixture-span" data-tooltip="text">span</span>
+ <span id="fixture-span" title="title-text">span</span>
</div>
</div>