summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/animation-model
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/web-animations/animation-model
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/web-animations/animation-model')
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/animation-types/discrete.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/animation-types/display.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/animation-types/interpolation-per-property-001.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/animation-types/visibility.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-on-marquee-parent-crash.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html.ini5
10 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/animation-model/animation-types/discrete.html.ini b/testing/web-platform/meta/web-animations/animation-model/animation-types/discrete.html.ini
new file mode 100644
index 0000000000..3e1eb5a9b2
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/animation-types/discrete.html.ini
@@ -0,0 +1,3 @@
+[discrete.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/animation-types/display.tentative.html.ini b/testing/web-platform/meta/web-animations/animation-model/animation-types/display.tentative.html.ini
new file mode 100644
index 0000000000..6a585522e0
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/animation-types/display.tentative.html.ini
@@ -0,0 +1,3 @@
+[display.tentative.html]
+ [Display can be held by animation]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/animation-model/animation-types/interpolation-per-property-001.html.ini b/testing/web-platform/meta/web-animations/animation-model/animation-types/interpolation-per-property-001.html.ini
new file mode 100644
index 0000000000..9fabdef0b1
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/animation-types/interpolation-per-property-001.html.ini
@@ -0,0 +1,3 @@
+[interpolation-per-property-001.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/animation-types/visibility.html.ini b/testing/web-platform/meta/web-animations/animation-model/animation-types/visibility.html.ini
new file mode 100644
index 0000000000..8ec6def0fd
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/animation-types/visibility.html.ini
@@ -0,0 +1,3 @@
+[visibility.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-on-marquee-parent-crash.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-on-marquee-parent-crash.html.ini
new file mode 100644
index 0000000000..4ce0d33bc4
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-on-marquee-parent-crash.html.ini
@@ -0,0 +1,3 @@
+[effect-on-marquee-parent-crash.html]
+ expected:
+ if (os == "linux") and debug and not fission and not swgl: [PASS, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html.ini
new file mode 100644
index 0000000000..48351fc2f4
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html.ini
@@ -0,0 +1,3 @@
+[effect-value-iteration-composite-operation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html.ini
new file mode 100644
index 0000000000..fda7bcd6f4
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html.ini
@@ -0,0 +1,3 @@
+[effect-value-overlapping-keyframes.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html.ini
new file mode 100644
index 0000000000..0a0f6c1e91
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html.ini
@@ -0,0 +1,3 @@
+[effect-value-replaced-animations.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html.ini
new file mode 100644
index 0000000000..20aa9afe5e
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html.ini
@@ -0,0 +1,3 @@
+[effect-value-transformed-distance.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html.ini
new file mode 100644
index 0000000000..af2cbfba85
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html.ini
@@ -0,0 +1,5 @@
+[transform-and-opacity-on-inline-001.html]
+ fuzzy:
+ if (os == "mac"): maxDifference=0-1;totalPixels=0-1
+ expected:
+ if os == "win": FAIL