From 7f82fffbe97c4eac05ff7f484930cb068b6b152b Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Thu, 28 Aug 2014 10:01:22 -0400 Subject: Effects Tests: Add shake visual test Closes gh-1328 --- 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 000000000..595412b2b --- /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 736ba3117..940157219 100644 --- a/tests/visual/index.html +++ b/tests/visual/index.html @@ -49,6 +49,7 @@

Menu

-- cgit v1.2.3