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-02-t-drt.html | 183 +++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 testing/web-platform/tests/svg/animations/animate-elem-02-t-drt.html (limited to 'testing/web-platform/tests/svg/animations/animate-elem-02-t-drt.html') diff --git a/testing/web-platform/tests/svg/animations/animate-elem-02-t-drt.html b/testing/web-platform/tests/svg/animations/animate-elem-02-t-drt.html new file mode 100644 index 0000000000..31f34ce56f --- /dev/null +++ b/testing/web-platform/tests/svg/animations/animate-elem-02-t-drt.html @@ -0,0 +1,183 @@ + + + +A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certain times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test 'additive' and 'accumulate' attributes. + + + The four pictures show the effect with the four possible combinations of + 'additive' (either 'replace' or 'sum') and 'accumulate' (either 'none' or 'sum'). + Because two animations are animating the height, the effects of 'additive' and + 'accumulate' are sometimes different than when there is only a single animation. + + + + animate-elem-02-t + Test 'additive' and 'accumulate' attributes. + + + + + + + + + + + + + anim.5 + + + + + + + + + anim.6 + + + + + + + + + anim.7 + + + + + + + + + anim.8 + + $Revision: 1.8 $ + + + + + + \ No newline at end of file -- cgit v1.2.3