From: Chris Rebert Date: Sun, 28 Feb 2016 02:01:11 +0000 (-0800) Subject: JS visual tests: Remove usages of defunct .page-header class X-Git-Tag: v4.0.0-alpha.3~183^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cf50a4acb4d9721acdeb946524003417892bb2;p=thirdparty%2Fbootstrap.git JS visual tests: Remove usages of defunct .page-header class [skip sauce] --- diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html index 60a1404527..15fb3091ab 100644 --- a/js/tests/visual/alert.html +++ b/js/tests/visual/alert.html @@ -11,9 +11,7 @@
- +

Alert Bootstrap Visual Test

diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html index fd277582e0..570c9addde 100644 --- a/js/tests/visual/button.html +++ b/js/tests/visual/button.html @@ -11,9 +11,7 @@
- +

Button Bootstrap Visual Test

diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index 3930755b77..dec42c9cb2 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -11,9 +11,7 @@
- +

Carousel Bootstrap Visual Test

Also, the carousel shouldn't slide when its window/tab is hidden. Check the console log.