commit eacffc0c9446ccaab4b593816a14c913aa5e4971
parent 09f4c666bfaedc5ed165211886ad9d6bf9e67c4f
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date: Thu, 23 Oct 2025 12:12:18 +0000
Bug 1995963 [wpt PR 55612] - Update wpt metadata, a=testonly
wpt-pr: 55612
wpt-type: metadata
Diffstat:
2 files changed, 74 insertions(+), 6 deletions(-)
diff --git a/testing/web-platform/meta/css/css-mixins/mixin-parameters.html.ini b/testing/web-platform/meta/css/css-mixins/mixin-parameters.html.ini
@@ -1,4 +1,8 @@
+<<<<<<<< HEAD:testing/web-platform/meta/css/css-mixins/mixin-parameters.html.ini
[mixin-parameters.html]
+========
+[mixin-parameters.tentative.html]
+>>>>>>>> 1e1f1275b3b92 (Bug 1995963 [wpt PR 55612] - Update wpt metadata, a=testonly):testing/web-platform/meta/css/css-mixins/mixin-parameters.tentative.html.ini
[Mixins with invalid parameter lists are ignored]
expected: FAIL
@@ -23,20 +27,29 @@
[Fallback is used with no parameter and no default]
expected: FAIL
- [env() can be accessed from attributes]
+ [var() can be accessed from attributes]
expected: FAIL
- [env() resolves typed parameters]
+ [var() resolves typed parameters]
expected: FAIL
- [env() refuses illegal syntax parameters, but does not fail entire mixin]
+ [var() refuses illegal syntax parameters, but does not fail entire mixin]
expected: FAIL
- [env() can access parameters from outer mixins]
+ [var() can access parameters from outer mixins]
expected: FAIL
- [env() works inside if, in condition and true branch]
+ [var() works inside if, in condition and true branch]
expected: FAIL
- [env() works inside if, in condition and false branch]
+ [var() works inside if, in condition and false branch]
+ expected: FAIL
+
+ [Mixin arguments are resolved at call site, not at use]
+ expected: FAIL
+
+ [var() supports default parameters]
+ expected: FAIL
+
+ [var() typed default parameters are resolved against the element]
expected: FAIL
diff --git a/testing/web-platform/meta/css/css-mixins/mixin-parameters.tentative.html.ini b/testing/web-platform/meta/css/css-mixins/mixin-parameters.tentative.html.ini
@@ -0,0 +1,55 @@
+<<<<<<<< HEAD:testing/web-platform/meta/css/css-mixins/mixin-parameters.html.ini
+[mixin-parameters.html]
+========
+[mixin-parameters.tentative.html]
+>>>>>>>> 1e1f1275b3b92 (Bug 1995963 [wpt PR 55612] - Update wpt metadata, a=testonly):testing/web-platform/meta/css/css-mixins/mixin-parameters.tentative.html.ini
+ [Mixins with invalid parameter lists are ignored]
+ expected: FAIL
+
+ [Basic mixin parameter passing]
+ expected: FAIL
+
+ [Mixins can be called multiple times with different parameters]
+ expected: FAIL
+
+ [Too few parameters and no default ignores mixin]
+ expected: FAIL
+
+ [Mixin argument parsing with arguments wrapped in {}]
+ expected: FAIL
+
+ [Defaults in mixin parameters]
+ expected: FAIL
+
+ [Fallback is ignored if argument is given]
+ expected: FAIL
+
+ [Fallback is used with no parameter and no default]
+ expected: FAIL
+
+ [var() can be accessed from attributes]
+ expected: FAIL
+
+ [var() resolves typed parameters]
+ expected: FAIL
+
+ [var() refuses illegal syntax parameters, but does not fail entire mixin]
+ expected: FAIL
+
+ [var() can access parameters from outer mixins]
+ expected: FAIL
+
+ [var() works inside if, in condition and true branch]
+ expected: FAIL
+
+ [var() works inside if, in condition and false branch]
+ expected: FAIL
+
+ [Mixin arguments are resolved at call site, not at use]
+ expected: FAIL
+
+ [var() supports default parameters]
+ expected: FAIL
+
+ [var() typed default parameters are resolved against the element]
+ expected: FAIL