]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Adds isolated visual tests for javascript plugins (decoupled from docs). This makes it 13755/head
authorfat <jacobthornton@gmail.com>
Sun, 8 Jun 2014 02:11:44 +0000 (19:11 -0700)
committerfat <jacobthornton@gmail.com>
Sun, 8 Jun 2014 02:11:44 +0000 (19:11 -0700)
commit91103e6d1f750bc53dce7b4720cf78a50e1baa54
tree0ceb0e9314f4ebb06e9a69beb5e99d19f165d039
parent3b99a41246cb25b1fba79d14007ed0238409e63f
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.
12 files changed:
js/scrollspy.js
js/tests/visual/affix.html [new file with mode: 0644]
js/tests/visual/alert.html [new file with mode: 0644]
js/tests/visual/button.html [new file with mode: 0644]
js/tests/visual/carousel.html [new file with mode: 0644]
js/tests/visual/collapse.html [new file with mode: 0644]
js/tests/visual/dropdown.html [new file with mode: 0644]
js/tests/visual/modal.html [new file with mode: 0644]
js/tests/visual/popover.html [new file with mode: 0644]
js/tests/visual/scrollspy.html [new file with mode: 0644]
js/tests/visual/tab.html [new file with mode: 0644]
js/tests/visual/tooltip.html [new file with mode: 0644]