From 91103e6d1f750bc53dce7b4720cf78a50e1baa54 Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 7 Jun 2014 19:11:44 -0700 Subject: Adds isolated visual tests for javascript plugins (decoupled from docs). This makes it faster and easier to test/develop js functionality not represented in unit tests, and gives us a playground for interactions, etc. It also makes it so developing javascript is now decoupled form jekyll, which should make everything faster and less painful. This commit also reverts my filter commit https://github.com/twbs/bootstrap/commit/9900771aa7f1b3ddcee49aec84082104776ace70 which broke scrollspy for dropdowns. --- js/tests/visual/dropdown.html | 97 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 js/tests/visual/dropdown.html (limited to 'js/tests/visual/dropdown.html') diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html new file mode 100644 index 000000000..c6b2f7aab --- /dev/null +++ b/js/tests/visual/dropdown.html @@ -0,0 +1,97 @@ + + + + Dropdown + + + + +
+ + + + + + + +
+ + + + + + + + -- cgit v1.2.3 From 1e407c81f1033059adf85afbd9ba095d50587684 Mon Sep 17 00:00:00 2001 From: Michael Silber Date: Wed, 2 Jul 2014 16:49:03 -0400 Subject: Add collapsed default class to navbar-toggle --- js/tests/visual/dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/visual/dropdown.html') diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index c6b2f7aab..455a4f571 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -15,7 +15,7 @@