aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/tooltip.html
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-04-08 21:13:15 +0200
committerJohann-S <[email protected]>2017-05-14 11:41:19 +0200
commitd8996a7e0a90ad2a00151c5e14bae6a37bf8e186 (patch)
treeb16caa5c1a34c4394cfeca9b7c20e5e327dd446a /js/tests/visual/tooltip.html
parentb40b1bc396adb80944b887f72d0ae616277c852d (diff)
downloadbootstrap-d8996a7e0a90ad2a00151c5e14bae6a37bf8e186.tar.xz
bootstrap-d8996a7e0a90ad2a00151c5e14bae6a37bf8e186.zip
Fix arrow for tooltip and popover
Diffstat (limited to 'js/tests/visual/tooltip.html')
-rw-r--r--js/tests/visual/tooltip.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html
index c646c2c56..9fbd196b6 100644
--- a/js/tests/visual/tooltip.html
+++ b/js/tests/visual/tooltip.html
@@ -30,6 +30,9 @@
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
Tooltip with HTML
</button>
+ <svg width="30" height="20">
+ <circle cx="15" cy="10" r="10" fill="#62448F" data-toggle="tooltip" data-placement="top" title="Tooltip on SVG" />
+ </svg>
</p>
</div>