summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-sizing/animation
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/css/css-sizing/animation
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-sizing/animation')
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/__dir__.ini1
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini36
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/box-sizing-no-interpolation.html.ini9
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/height-interpolation.html.ini18
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/max-height-composition.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/max-height-interpolation.html.ini18
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/max-width-composition.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/max-width-interpolation.html.ini18
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/min-height-composition.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/min-height-interpolation.html.ini18
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/min-width-composition.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/min-width-interpolation.html.ini18
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/width-composition.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-sizing/animation/width-interpolation.html.ini18
14 files changed, 169 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-sizing/animation/__dir__.ini b/testing/web-platform/meta/css/css-sizing/animation/__dir__.ini
new file mode 100644
index 0000000000..61f482fa7a
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/__dir__.ini
@@ -0,0 +1 @@
+leak-threshold: [default:51200, tab:51200]
diff --git a/testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini
new file mode 100644
index 0000000000..d040e34633
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini
@@ -0,0 +1,36 @@
+[aspect-ratio-interpolation.html]
+ [CSS Transitions: property <aspect-ratio> from [auto\] to [2 / 1\] at (-0.3) should be [auto\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [auto\] to [2 / 1\] at (0) should be [auto\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [auto\] to [2 / 1\] at (0.3) should be [auto\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (-0.3) should be [auto 1 / 1\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0) should be [auto 1 / 1\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0.3) should be [auto 1 / 1\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (-0.3) should be [1 / 0\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0) should be [1 / 0\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0.3) should be [1 / 0\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (-0.3) should be [1 / 1\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0) should be [1 / 1\]]
+ expected: FAIL
+
+ [CSS Transitions: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0.3) should be [1 / 1\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-sizing/animation/box-sizing-no-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/box-sizing-no-interpolation.html.ini
new file mode 100644
index 0000000000..a0d7a982da
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/box-sizing-no-interpolation.html.ini
@@ -0,0 +1,9 @@
+[box-sizing-no-interpolation.html]
+ [CSS Transitions: property <box-sizing> from [initial\] to [border-box\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <box-sizing> from [initial\] to [border-box\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <box-sizing> from [initial\] to [border-box\] at (0.3) should be [initial\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-sizing/animation/height-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/height-interpolation.html.ini
new file mode 100644
index 0000000000..a570c94365
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/height-interpolation.html.ini
@@ -0,0 +1,18 @@
+[height-interpolation.html]
+ [CSS Transitions: property <height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <height> from [initial\] to [20px\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <height> from [initial\] to [20px\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <height> from [unset\] to [20px\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <height> from [unset\] to [20px\] at (0.3) should be [unset\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-sizing/animation/max-height-composition.html.ini b/testing/web-platform/meta/css/css-sizing/animation/max-height-composition.html.ini
new file mode 100644
index 0000000000..8d5313473c
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/max-height-composition.html.ini
@@ -0,0 +1,3 @@
+[max-height-composition.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-sizing/animation/max-height-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/max-height-interpolation.html.ini
new file mode 100644
index 0000000000..238a8cd4c6
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/max-height-interpolation.html.ini
@@ -0,0 +1,18 @@
+[max-height-interpolation.html]
+ [CSS Transitions: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-height> from [initial\] to [20px\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-height> from [unset\] to [20px\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-sizing/animation/max-width-composition.html.ini b/testing/web-platform/meta/css/css-sizing/animation/max-width-composition.html.ini
new file mode 100644
index 0000000000..afb2a27ff3
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/max-width-composition.html.ini
@@ -0,0 +1,3 @@
+[max-width-composition.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-sizing/animation/max-width-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/max-width-interpolation.html.ini
new file mode 100644
index 0000000000..36bd0aaf0b
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/max-width-interpolation.html.ini
@@ -0,0 +1,18 @@
+[max-width-interpolation.html]
+ [CSS Transitions: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-width> from [initial\] to [20px\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-width> from [unset\] to [20px\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <max-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-sizing/animation/min-height-composition.html.ini b/testing/web-platform/meta/css/css-sizing/animation/min-height-composition.html.ini
new file mode 100644
index 0000000000..a8c3c41d5c
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/min-height-composition.html.ini
@@ -0,0 +1,3 @@
+[min-height-composition.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-sizing/animation/min-height-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/min-height-interpolation.html.ini
new file mode 100644
index 0000000000..c949a0d2d0
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/min-height-interpolation.html.ini
@@ -0,0 +1,18 @@
+[min-height-interpolation.html]
+ [CSS Transitions: property <min-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-height> from [initial\] to [20px\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-height> from [unset\] to [20px\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-sizing/animation/min-width-composition.html.ini b/testing/web-platform/meta/css/css-sizing/animation/min-width-composition.html.ini
new file mode 100644
index 0000000000..feb9daa29b
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/min-width-composition.html.ini
@@ -0,0 +1,3 @@
+[min-width-composition.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-sizing/animation/min-width-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/min-width-interpolation.html.ini
new file mode 100644
index 0000000000..6824ad55a4
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/min-width-interpolation.html.ini
@@ -0,0 +1,18 @@
+[min-width-interpolation.html]
+ [CSS Transitions: property <min-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-width> from [initial\] to [20px\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-width> from [unset\] to [20px\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <min-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-sizing/animation/width-composition.html.ini b/testing/web-platform/meta/css/css-sizing/animation/width-composition.html.ini
new file mode 100644
index 0000000000..de2e63e073
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/width-composition.html.ini
@@ -0,0 +1,3 @@
+[width-composition.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-sizing/animation/width-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/width-interpolation.html.ini
new file mode 100644
index 0000000000..3ebdb31304
--- /dev/null
+++ b/testing/web-platform/meta/css/css-sizing/animation/width-interpolation.html.ini
@@ -0,0 +1,18 @@
+[width-interpolation.html]
+ [CSS Transitions: property <width> from [initial\] to [40px\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <width> from [initial\] to [40px\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <width> from [initial\] to [40px\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <width> from [unset\] to [40px\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <width> from [unset\] to [40px\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <width> from [unset\] to [40px\] at (0.3) should be [unset\]]
+ expected: FAIL