From a134491fe5d30af67ccabb432a7d303ee5f0c71d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 7 Mar 2015 06:40:57 -0800 Subject: [PATCH] add togglable scrollbar-inducing content to Modal visual test --- js/tests/visual/modal.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 + +

+ + @@ -137,6 +152,9 @@ $(function () { $('.js-popover').popover() $('.js-tooltip').tooltip() + $('#tall-toggle').click(function () { + $('#tall').toggle() + }) })