From 9ce0f18b39f946b4d0ca9d7fa81d90f8d6c84a60 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Thu, 28 Aug 2014 10:01:22 -0400 Subject: [PATCH] Effects Tests: Add shake visual test --- tests/visual/effects/shake.html | 99 +++++++++++++++++++++++++++++++++ tests/visual/index.html | 1 + 2 files changed, 100 insertions(+) create mode 100644 tests/visual/effects/shake.html diff --git a/tests/visual/effects/shake.html b/tests/visual/effects/shake.html new file mode 100644 index 00000000000..a51970765a4 --- /dev/null +++ b/tests/visual/effects/shake.html @@ -0,0 +1,99 @@ + + + + + jQuery UI Effects Test Suite + + + + + + + + + + +

WHAT: A set of elements with various box-model properties, using the shake effect to toggle.

+

EXPECTED: When clicking "Toggle", all elements should not change dimension nor position, aside from the expected shake animation, which should take the number of milliseconds specified to complete. At the end of the animation, all elements should hide.

+

EXPECTED: Clicking "Toggle" a second time reverses the animation, first showing all elements at their original dimensions, and restoring them to their original state.

+ + + +
+
test
+
test
+
test
+
+
+
test
+
test
+
test
+ +
+
+
test
+
test
+
test
+ +
+
+
test
+
test
+
test
+ +
+
+
test
+
test
+
test
+
+ + + diff --git a/tests/visual/index.html b/tests/visual/index.html index 736ba31179a..94015721918 100644 --- a/tests/visual/index.html +++ b/tests/visual/index.html @@ -49,6 +49,7 @@

Effects

Menu