summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/svg/animations/scripted
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/web-platform/meta/svg/animations/scripted/SVGAnimationElement-exceptions.html.ini3
-rw-r--r--testing/web-platform/meta/svg/animations/scripted/animatetransform-type-missing-value-default.html.ini7
-rw-r--r--testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini8
-rw-r--r--testing/web-platform/meta/svg/animations/scripted/paced-value-animation-overwrites-keyTimes.html.ini7
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]