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 --- .../svg/animations/animate-elem-15-t-drt.html | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 testing/web-platform/tests/svg/animations/animate-elem-15-t-drt.html (limited to 'testing/web-platform/tests/svg/animations/animate-elem-15-t-drt.html') diff --git a/testing/web-platform/tests/svg/animations/animate-elem-15-t-drt.html b/testing/web-platform/tests/svg/animations/animate-elem-15-t-drt.html new file mode 100644 index 0000000000..9d5cb1b437 --- /dev/null +++ b/testing/web-platform/tests/svg/animations/animate-elem-15-t-drt.html @@ -0,0 +1,136 @@ + + + +A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certain times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test 'calcMode'=paced + + + One animation has been defined to animate the height of a rectangle. Ruler lines and text are provided + to help show what the correct behavior is. The red text shows the values for the 'calcMode' and 'keyTimes' attributes. The + black text and ruler lines help show the size and movement of the rectangle over time. + + + This test shows calcMode="paced" for an animation that has constant velocity, thus showing how 'values' + and 'keyTimes' are ignored. + + + + animate-elem-15-t + Test possible values for 'keyTimes' + + + + + calcMode="paced" + keyTimes="0;.25;.5;1" + + + Time (s): + 0 + + 1.5 + + 4 + + 9 + + + + + + + + + + $Revision: 1.5 $ + + + + + \ No newline at end of file -- cgit v1.2.3