aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/scrollspy.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-13 15:34:08 -0700
committerGitHub <[email protected]>2020-04-13 15:34:08 -0700
commitfebdcefcd7d65b02b9d23807d7940b1e60053f43 (patch)
tree16b6ac57144ca5bcf8faa25bd4cdfbd6fbd86402 /js/tests/visual/scrollspy.html
parent232de79db8efb39a925b340a8b3de4e5834de643 (diff)
parent1004e3e786f707853043dd427317cd4033a04211 (diff)
downloadbootstrap-febdcefcd7d65b02b9d23807d7940b1e60053f43.tar.xz
bootstrap-febdcefcd7d65b02b9d23807d7940b1e60053f43.zip
Merge branch 'master' into release-drafter
Diffstat (limited to 'js/tests/visual/scrollspy.html')
-rw-r--r--js/tests/visual/scrollspy.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/tests/visual/scrollspy.html b/js/tests/visual/scrollspy.html
index 30ce86e1f..03e62c1f4 100644
--- a/js/tests/visual/scrollspy.html
+++ b/js/tests/visual/scrollspy.html
@@ -25,11 +25,11 @@
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown" data-toggle="dropdown" aria-expanded="false">Dropdown</a>
- <div class="dropdown-menu" aria-labelledby="dropdown">
- <a class="dropdown-item" href="#one">One</a>
- <a class="dropdown-item" href="#two">Two</a>
- <a class="dropdown-item" href="#three">Three</a>
- </div>
+ <ul class="dropdown-menu" aria-labelledby="dropdown">
+ <li><a class="dropdown-item" href="#one">One</a></li>
+ <li><a class="dropdown-item" href="#two">Two</a></li>
+ <li><a class="dropdown-item" href="#three">Three</a></li>
+ </ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#final">Final</a>