aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-05-06 09:20:08 +0300
committerGitHub <[email protected]>2020-05-06 09:20:08 +0300
commit967e6071bac797101daabe74c31cc3a5e6493fd4 (patch)
tree848f0ebdb90e65d78c002f7c00475ff8b393aee0 /js/tests/visual
parent23aaee8c6f8c5cff58935f8484a1995dbffa4b45 (diff)
downloadbootstrap-967e6071bac797101daabe74c31cc3a5e6493fd4.tar.xz
bootstrap-967e6071bac797101daabe74c31cc3a5e6493fd4.zip
tests: streamline HTML end tags (#30648)
Diffstat (limited to 'js/tests/visual')
-rw-r--r--js/tests/visual/collapse.html2
-rw-r--r--js/tests/visual/tooltip.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html
index 0bc82923e..0fa97133c 100644
--- a/js/tests/visual/collapse.html
+++ b/js/tests/visual/collapse.html
@@ -62,7 +62,7 @@
</a>
</h5>
</div>
- <div id="collapseFour" class="collapse" data-parent="<img src=1 onerror=alert(123) />" role="tabpanel" aria-labelledby="headingFour">
+ <div id="collapseFour" class="collapse" data-parent="<img src=1 onerror=alert(123)>" role="tabpanel" aria-labelledby="headingFour">
<div class="card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html
index e15b81837..f21c325a3 100644
--- a/js/tests/visual/tooltip.html
+++ b/js/tests/visual/tooltip.html
@@ -48,7 +48,7 @@
</div>
<div class="row">
<p>
- <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip with XSS" data-container="<img src=1 onerror=alert(123) />">
+ <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip with XSS" data-container="<img src=1 onerror=alert(123)>">
Tooltip with XSS
</button>
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip with container (selector)" data-container="#customContainer">