Skip to content

Commit a547605

Browse files
Gecko sync update
1 parent 35bacb8 commit a547605

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

css/css-mixins/META.yml

+22
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,25 @@ links:
292292
- subtest: Named layers
293293
test: function-layer.html
294294
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1951483
295+
- product: firefox
296+
results:
297+
- subtest: e.style['top'] = "--func(myident)" should set the property value
298+
test: dashed-function-named-arg.tentative.html
299+
- subtest: e.style['top'] = "--func(--myident)" should set the property value
300+
test: dashed-function-named-arg.tentative.html
301+
- subtest: e.style['top'] = "--func(--)" should set the property value
302+
test: dashed-function-named-arg.tentative.html
303+
- subtest: e.style['top'] = "--func(50px --myident:)" should set the property value
304+
test: dashed-function-named-arg.tentative.html
305+
- subtest: e.style['top'] = "--func({--myident:})" should set the property value
306+
test: dashed-function-named-arg.tentative.html
307+
- subtest: e.style['top'] = "--func({ --myident:})" should set the property value
308+
test: dashed-function-named-arg.tentative.html
309+
- subtest: e.style['top'] = "--func({--myident :})" should set the property value
310+
test: dashed-function-named-arg.tentative.html
311+
- subtest: 'e.style[''top''] = "--func({--myident: })" should set the property value'
312+
test: dashed-function-named-arg.tentative.html
313+
- subtest: 'e.style[''top''] = "--func(10px, { --myident : })" should set the property
314+
value'
315+
test: dashed-function-named-arg.tentative.html
316+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1952948

0 commit comments

Comments
 (0)