From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../tests/svg/import/animate-elem-23-t-manual.svg | 93 ++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 testing/web-platform/tests/svg/import/animate-elem-23-t-manual.svg (limited to 'testing/web-platform/tests/svg/import/animate-elem-23-t-manual.svg') diff --git a/testing/web-platform/tests/svg/import/animate-elem-23-t-manual.svg b/testing/web-platform/tests/svg/import/animate-elem-23-t-manual.svg new file mode 100644 index 0000000000..391c234446 --- /dev/null +++ b/testing/web-platform/tests/svg/import/animate-elem-23-t-manual.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + +

+ Test which verifies that the basic facilities of declarative + animation are working. +

+

+ This test uses the following elements : 'set', + and 'animateColor'. +

+

+ The test is a nine second animation with no repeats. It shows a circle + changing color from 3s to 9s. +

+

+ The file includes various guides that can be used to verify the + correctness of the animation. + Boxes on the left show the correct circle color values at times + 3s, 6s and 9s. +

+ + +

+ Run the test. No interaction required. +

+
+ +

+ The test is passed if: +

+
    +
  • From time t=0 seconds to t=3 seconds the large rectangle is filled with black
  • +
  • At t=3 seconds a blue circle appears inside the black rectangle
  • +
  • Between time t=3 seconds and t=6 seconds the fill of the circle is animated between blue and bluegreen
  • +
  • Between time t=6 seconds and t=9 seconds the fill of the circle is animated between bluegreen and green
  • +
+
+ + $RCSfile: animate-elem-23-t.svg,v $ + + + + + + + + + + + Color at 3s + + + Color at 6s + + + Color at 9s + + + + + + + + + + + + + + $Revision: 1.8 $ + + + + + -- cgit v1.2.3