From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- js/tests/visual/carousel.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index dec42c9cb..859ff7504 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -21,13 +21,13 @@ -- cgit v1.2.3 From b9e7cef9653ea803262915a1ed64722d355f99cc Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Sun, 13 Nov 2016 02:12:58 +1100 Subject: Update visual tests. --- js/tests/visual/carousel.html | 96 +++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index 859ff7504..2017f338b 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -1,57 +1,57 @@ - - - - - Carousel - - - + + + + + + Carousel + + +
+

Carousel Bootstrap Visual Test

-
+

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

-

Carousel Bootstrap Visual Test

-

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

-
- - - - - + + + - + + -- cgit v1.2.3 From 297c47c3fdbb58e3d9824afdee83ef3c4b9d141a Mon Sep 17 00:00:00 2001 From: Johann Date: Fri, 2 Dec 2016 18:52:19 +0100 Subject: [V4] Throw error when a plugin is in transition (#17823) * Throw error when a plugin is in transition * Add unit tests about plugins in transition --- js/tests/visual/carousel.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index 2017f338b..b26fb4a0d 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -46,11 +46,31 @@ -- cgit v1.2.3