From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../svg/animations/animate-elem-18-t-drt.html | 137 +++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 testing/web-platform/tests/svg/animations/animate-elem-18-t-drt.html (limited to 'testing/web-platform/tests/svg/animations/animate-elem-18-t-drt.html') diff --git a/testing/web-platform/tests/svg/animations/animate-elem-18-t-drt.html b/testing/web-platform/tests/svg/animations/animate-elem-18-t-drt.html new file mode 100644 index 0000000000..4f9dbb7765 --- /dev/null +++ b/testing/web-platform/tests/svg/animations/animate-elem-18-t-drt.html @@ -0,0 +1,137 @@ + + + +A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certain times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test 'calcMode'=discrete + + + 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 an animation with calcMode="discrete" (i.e., a jumping animation). + + + + animate-elem-18-t + Test possible values for 'keyTimes' + + + + + calcMode="discrete" + keyTimes="0;.2;.6;.8" + + + Time (s): + 0 + + 2 + + 6 + + 8 + + + + + + + + + + $Revision: 1.1 $ + + + + + \ No newline at end of file -- cgit v1.2.3