diff options
Diffstat (limited to 'tests/unit/tooltip/tooltip.html')
-rw-r--r-- | tests/unit/tooltip/tooltip.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/tooltip/tooltip.html b/tests/unit/tooltip/tooltip.html index f6e60b367..2c9667ff5 100644 --- a/tests/unit/tooltip/tooltip.html +++ b/tests/unit/tooltip/tooltip.html @@ -43,6 +43,7 @@ <input title="inputtitle"> <span id="multiple-describedby" aria-describedby="fixture-span" title="...">aria-describedby</span> <span id="fixture-span" title="title-text">span</span> + <span id="contains-tooltipped"><span id="contained-tooltipped" title="foobar">baz</span></span> </div> </div> |