aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
diff options
context:
space:
mode:
authormatus <[email protected]>2016-01-09 16:40:51 +0800
committerMark Otto <[email protected]>2016-11-25 17:39:00 -0800
commitd328c911cbc74e6958ee747ebf17a7481a32d831 (patch)
tree6fa6a544575d1233e7f487a9a24484e53ae31425 /js/tests/visual
parent39d7861f34e01933ebee4f6b05e3ed24bca7f116 (diff)
downloadbootstrap-d328c911cbc74e6958ee747ebf17a7481a32d831.tar.xz
bootstrap-d328c911cbc74e6958ee747ebf17a7481a32d831.zip
Added a virtual test
Diffstat (limited to 'js/tests/visual')
-rw-r--r--js/tests/visual/scrollspy.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/js/tests/visual/scrollspy.html b/js/tests/visual/scrollspy.html
index 4c4b6ae45..337611126 100644
--- a/js/tests/visual/scrollspy.html
+++ b/js/tests/visual/scrollspy.html
@@ -13,7 +13,7 @@
<body data-spy="scroll" data-target=".navbar" data-offset="70">
<div class="container">
<nav class="navbar navbar-fixed-top navbar-dark bg-inverse">
- <a class="navbar-brand" href="#">Navbar</a>
+ <a class="navbar-brand" href="#">Scrollspy test</a>
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#fat">@fat</a>
@@ -30,6 +30,9 @@
<a class="dropdown-item" href="#three">three</a>
</div>
</li>
+ <li class="nav-item">
+ <a class="nav-link" href="#final">Final</a>
+ </li>
</ul>
</nav>
@@ -76,6 +79,9 @@
<p>Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.</p>
<p>Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.</p>
<p>Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.</p>
+ <hr>
+ <h2 id="final">Final section</h2>
+ <p>Ad leggings keytar, brunch id art party dolor labore.</p>
</div>
<script src="../vendor/jquery.min.js"></script>