Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-04-08 22:13:15 +0300
committerJohann-S <johann.servoire@gmail.com>2017-05-14 12:41:19 +0300
commitd8996a7e0a90ad2a00151c5e14bae6a37bf8e186 (patch)
treeb16caa5c1a34c4394cfeca9b7c20e5e327dd446a /js/tests/visual/tooltip.html
parentb40b1bc396adb80944b887f72d0ae616277c852d (diff)
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 c646c2c56c..9fbd196b6f 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>