diff options
| author | XhmikosR <[email protected]> | 2021-08-23 18:33:55 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-23 18:33:55 +0300 |
| commit | 40042ee5039a2c21e3709dabeebcdc493f4a71cb (patch) | |
| tree | ac260dbbbd03ae37e31b7bb2e869c46cf60651db /js/tests/visual/tooltip.html | |
| parent | 6cf52ed5f79815369e4737f82d45fbb5eb59a459 (diff) | |
| download | bootstrap-40042ee5039a2c21e3709dabeebcdc493f4a71cb.tar.xz bootstrap-40042ee5039a2c21e3709dabeebcdc493f4a71cb.zip | |
visual tests: minor fixes (#34802)
Diffstat (limited to 'js/tests/visual/tooltip.html')
| -rw-r--r-- | js/tests/visual/tooltip.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index 370b0da77..ab6040920 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -45,9 +45,6 @@ </div> <div class="row"> <p> - <button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-bs-placement="left" title="Tooltip with XSS" data-bs-container="<img src=1 onerror=alert(123)>"> - Tooltip with XSS - </button> <button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-bs-placement="left" title="Tooltip with container (selector)" data-bs-container="#customContainer"> Tooltip with container (selector) </button> @@ -57,6 +54,9 @@ <button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-bs-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>"> Tooltip with HTML </button> + <button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-bs-placement="left" title="Tooltip with XSS" data-bs-container="<img src=1 onerror=alert(123)>"> + Tooltip with XSS + </button> </p> </div> <div class="row"> |
