diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index 78b1a6aeb6..aee4d7893d 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -13,6 +13,15 @@
+
+
@@ -122,6 +131,12 @@
Launch demo modal
+
+
+
+ Tall body content to force the page to have a scrollbar.
+
+
@@ -137,6 +152,9 @@
$(function () {
$('.js-popover').popover()
$('.js-tooltip').tooltip()
+ $('#tall-toggle').click(function () {
+ $('#tall').toggle()
+ })
})