diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/svg/animations/scripted | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/svg/animations/scripted')
4 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/animations/scripted/SVGAnimationElement-exceptions.html.ini b/testing/web-platform/meta/svg/animations/scripted/SVGAnimationElement-exceptions.html.ini new file mode 100644 index 0000000000..7702754ee7 --- /dev/null +++ b/testing/web-platform/meta/svg/animations/scripted/SVGAnimationElement-exceptions.html.ini @@ -0,0 +1,3 @@ +[SVGAnimationElement-exceptions.html] + expected: + if (processor == "x86") and (os == "linux"): ["OK", "ERROR"] diff --git a/testing/web-platform/meta/svg/animations/scripted/animatetransform-type-missing-value-default.html.ini b/testing/web-platform/meta/svg/animations/scripted/animatetransform-type-missing-value-default.html.ini new file mode 100644 index 0000000000..18b5dcd215 --- /dev/null +++ b/testing/web-platform/meta/svg/animations/scripted/animatetransform-type-missing-value-default.html.ini @@ -0,0 +1,7 @@ +[animatetransform-type-missing-value-default.html] + [<animateTransform> 'type' attribute missing/invalid value default, removed "type" attribute] + expected: + if debug and (os == "win"): PASS + if debug and (os == "android"): PASS + if debug and (os == "mac"): PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini b/testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini new file mode 100644 index 0000000000..08d0b98f3c --- /dev/null +++ b/testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini @@ -0,0 +1,8 @@ +[onhover-syncbases.html] + expected: [OK, ERROR] + [Check if onhover events reset correctly when triggered multiple times] + expected: + if (os == "linux") and not debug and not fission: [FAIL, PASS] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS] + if (os == "android") and debug and not swgl: [FAIL, PASS] + [PASS, FAIL] diff --git a/testing/web-platform/meta/svg/animations/scripted/paced-value-animation-overwrites-keyTimes.html.ini b/testing/web-platform/meta/svg/animations/scripted/paced-value-animation-overwrites-keyTimes.html.ini new file mode 100644 index 0000000000..492baed8d7 --- /dev/null +++ b/testing/web-platform/meta/svg/animations/scripted/paced-value-animation-overwrites-keyTimes.html.ini @@ -0,0 +1,7 @@ +[paced-value-animation-overwrites-keyTimes.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] + [Paced value animation doesn't overwrite keyTimes] + expected: + if (os == "android") and debug: [PASS, TIMEOUT] |