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:
authorXhmikosR <xhmikosr@gmail.com>2018-09-28 13:59:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-14 08:17:40 +0300
commit339311ddb5eda9e0cbb6b462901ac6d8f43e3e84 (patch)
tree5c41cd5db4d2b3587a5c64946a709d03c9bed975 /js/tests/visual/dropdown.html
parent4ce091b87fc6af56131761753ff99ec2fe5a42c6 (diff)
Fix invalid selectors in tests and examples.
Diffstat (limited to 'js/tests/visual/dropdown.html')
-rw-r--r--js/tests/visual/dropdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html
index be533b1717..2848d004f3 100644
--- a/js/tests/visual/dropdown.html
+++ b/js/tests/visual/dropdown.html
@@ -50,7 +50,7 @@
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
- <a class="nav-link dropdown-toggle" href="https://example.com" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
+ <a class="nav-link dropdown-toggle" href="#" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
<div class="dropdown-menu" aria-labelledby="dropdown2">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>