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/button.html | 64 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 js/tests/visual/button.html (limited to 'js/tests/visual/button.html') diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html new file mode 100644 index 000000000..01c7dd4b3 --- /dev/null +++ b/js/tests/visual/button.html @@ -0,0 +1,64 @@ + + + + Button + + + + +
+ + + + + + + +
+ + + +
+ +
+ + + +
+ +
+ + + + + + + + + + -- cgit v1.2.3