summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/timing-model
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/web-animations/timing-model')
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animation-effects/local-time.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animation-effects/simple-iteration-progress.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/__dir__.ini1
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/finishing-an-animation.html.ini4
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/play-states.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/playing-an-animation.html.ini4
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/reverse-running-animation.html.ini2
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/reversing-an-animation.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/setting-the-current-time-of-an-animation.html.ini5
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/setting-the-playback-rate-of-an-animation.html.ini7
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html.ini9
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/the-current-time-of-an-animation.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/animations/updating-the-finished-state.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/timelines/__dir__.ini1
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events-replacement.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events.html.ini3
19 files changed, 66 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/timing-model/animation-effects/local-time.html.ini b/testing/web-platform/meta/web-animations/timing-model/animation-effects/local-time.html.ini
new file mode 100644
index 0000000000..13e073e659
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animation-effects/local-time.html.ini
@@ -0,0 +1,3 @@
+[local-time.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animation-effects/simple-iteration-progress.html.ini b/testing/web-platform/meta/web-animations/timing-model/animation-effects/simple-iteration-progress.html.ini
new file mode 100644
index 0000000000..2b50b3399b
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animation-effects/simple-iteration-progress.html.ini
@@ -0,0 +1,3 @@
+[simple-iteration-progress.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/__dir__.ini b/testing/web-platform/meta/web-animations/timing-model/animations/__dir__.ini
new file mode 100644
index 0000000000..97bd265768
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/__dir__.ini
@@ -0,0 +1 @@
+prefs: [privacy.reduceTimerPrecision:false]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/finishing-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/finishing-an-animation.html.ini
new file mode 100644
index 0000000000..5947c704fa
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/finishing-an-animation.html.ini
@@ -0,0 +1,4 @@
+[finishing-an-animation.html]
+ expected:
+ if (os == "linux") and debug and not fission: ["OK", "ERROR"]
+ if os == "mac": ["OK", "ERROR"]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/play-states.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/play-states.html.ini
new file mode 100644
index 0000000000..5e3e90d468
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/play-states.html.ini
@@ -0,0 +1,3 @@
+[play-states.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/playing-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/playing-an-animation.html.ini
new file mode 100644
index 0000000000..ee97c8ccde
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/playing-an-animation.html.ini
@@ -0,0 +1,4 @@
+[playing-an-animation.html]
+ [Resuming an animation from paused calculates start time from hold time]
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/reverse-running-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/reverse-running-animation.html.ini
new file mode 100644
index 0000000000..d24e3c9273
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/reverse-running-animation.html.ini
@@ -0,0 +1,2 @@
+[reverse-running-animation.html]
+ expected: [PASS, FAIL]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/reversing-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/reversing-an-animation.html.ini
new file mode 100644
index 0000000000..5a293c815b
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/reversing-an-animation.html.ini
@@ -0,0 +1,3 @@
+[reversing-an-animation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html.ini
new file mode 100644
index 0000000000..2ae1483a64
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html.ini
@@ -0,0 +1,3 @@
+[seamlessly-updating-the-playback-rate-of-an-animation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-current-time-of-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-current-time-of-an-animation.html.ini
new file mode 100644
index 0000000000..75e30323a1
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-current-time-of-an-animation.html.ini
@@ -0,0 +1,5 @@
+[setting-the-current-time-of-an-animation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Validate different value types that can be used to set current time]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-playback-rate-of-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-playback-rate-of-an-animation.html.ini
new file mode 100644
index 0000000000..34143924d0
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-playback-rate-of-an-animation.html.ini
@@ -0,0 +1,7 @@
+[setting-the-playback-rate-of-an-animation.html]
+ [The playback rate affects the rate of progress of the current time]
+ expected:
+ if (os == "linux") and not asan and not tsan and debug and fission and not swgl: [PASS, FAIL]
+ if (os == "linux") and asan and fission: [PASS, FAIL]
+ if (os == "linux") and not asan and tsan: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html.ini
new file mode 100644
index 0000000000..3f06134008
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html.ini
@@ -0,0 +1,9 @@
+[setting-the-start-time-of-an-animation.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+ [Validate different value types that can be used to set start time]
+ expected: FAIL
+
+ [Setting the start time of a play-pending animation applies a pending playback rate]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html.ini
new file mode 100644
index 0000000000..524652cfc6
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html.ini
@@ -0,0 +1,3 @@
+[setting-the-target-effect-of-an-animation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html.ini
new file mode 100644
index 0000000000..5bdefe2de7
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html.ini
@@ -0,0 +1,3 @@
+[setting-the-timeline-of-an-animation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/the-current-time-of-an-animation.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/the-current-time-of-an-animation.html.ini
new file mode 100644
index 0000000000..8326e9be98
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/the-current-time-of-an-animation.html.ini
@@ -0,0 +1,3 @@
+[the-current-time-of-an-animation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/animations/updating-the-finished-state.html.ini b/testing/web-platform/meta/web-animations/timing-model/animations/updating-the-finished-state.html.ini
new file mode 100644
index 0000000000..5eb39a3d71
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/animations/updating-the-finished-state.html.ini
@@ -0,0 +1,3 @@
+[updating-the-finished-state.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/timelines/__dir__.ini b/testing/web-platform/meta/web-animations/timing-model/timelines/__dir__.ini
new file mode 100644
index 0000000000..97bd265768
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/timelines/__dir__.ini
@@ -0,0 +1 @@
+prefs: [privacy.reduceTimerPrecision:false]
diff --git a/testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events-replacement.html.ini b/testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events-replacement.html.ini
new file mode 100644
index 0000000000..2cd7611203
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events-replacement.html.ini
@@ -0,0 +1,3 @@
+[update-and-send-events-replacement.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events.html.ini b/testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events.html.ini
new file mode 100644
index 0000000000..69c947af4c
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/timing-model/timelines/update-and-send-events.html.ini
@@ -0,0 +1,3 @@
+[update-and-send-events.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]