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/alert.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 js/tests/visual/alert.html (limited to 'js/tests/visual/alert.html') diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html new file mode 100644 index 000000000..688e6362c --- /dev/null +++ b/js/tests/visual/alert.html @@ -0,0 +1,38 @@ + + + + Alert + + + + +
+ + + +
+ + Holy guacamole! Best check yo self, you're not looking too good. +
+ +
+ +

Oh snap! You got an error!

+

Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.

+

+ + +

+
+ +
+ + + + + + + + -- cgit v1.2.3