diff options
Diffstat (limited to 'tests/unit/tooltip/tooltip.html')
-rw-r--r-- | tests/unit/tooltip/tooltip.html | 2 |
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> |