diff options
| author | patrickhlauke <[email protected]> | 2017-10-31 14:11:11 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-31 21:36:17 +0200 |
| commit | 96a9fa1c82dac6b9ae3ea175338eede9183a6342 (patch) | |
| tree | 97b348ff01bf23702a30f6c6e4c53d1c17780193 /js/tests | |
| parent | ce90b82b19d08673ac529c72e3fe5e6a1c0b607b (diff) | |
| download | bootstrap-96a9fa1c82dac6b9ae3ea175338eede9183a6342.tar.xz bootstrap-96a9fa1c82dac6b9ae3ea175338eede9183a6342.zip | |
Remove invalid example of `title` attribute in an SVG and related vnu error suppression
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/visual/tooltip.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index cd57ef4ff..91713044a 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -46,9 +46,6 @@ <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 id="target" title="Test tooltip on transformed element"></div> </div> |
