From 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:15 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- WebCore/manual-tests/animate-duration.html | 65 ++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 WebCore/manual-tests/animate-duration.html (limited to 'WebCore/manual-tests/animate-duration.html') diff --git a/WebCore/manual-tests/animate-duration.html b/WebCore/manual-tests/animate-duration.html new file mode 100644 index 0000000..d8bf81e --- /dev/null +++ b/WebCore/manual-tests/animate-duration.html @@ -0,0 +1,65 @@ + + + + + + Overriding Animations + + + + +

Single anim (should keep animating)

+
+
+
+
+

duration: "0s" (should not animate)

+
+
+
+
+

duration: "0" (should animate since inherits valid duration)

+
+
+
+
+ + + \ No newline at end of file -- cgit v1.1