Skip to content

Commit a054e2e

Browse files
Gecko sync update
1 parent 3ac7089 commit a054e2e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

css/css-lists/parsing/META.yml

+21
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,24 @@ links:
2020
5)) otherCounter calc(15 + (sign(2cqw - 10px) * 5))'
2121
test: counter-set-computed.html
2222
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1915980
23+
- product: firefox
24+
results:
25+
- subtest: e.style['counter-increment'] = "section calc(-2.5)" should set the property
26+
value
27+
test: counter-increment-valid.html
28+
- subtest: e.style['counter-increment'] = "section calc(10 + (5 * sign(2cqw - 10px)))"
29+
should set the property value
30+
test: counter-increment-valid.html
31+
- subtest: e.style['counter-reset'] = "section calc(-2.5)" should set the property
32+
value
33+
test: counter-reset-valid.html
34+
- subtest: e.style['counter-reset'] = "section calc(10 + (5 * sign(2cqw - 10px)))"
35+
should set the property value
36+
test: counter-reset-valid.html
37+
- subtest: e.style['counter-set'] = "section calc(-2.5)" should set the property
38+
value
39+
test: counter-set-valid.html
40+
- subtest: e.style['counter-set'] = "section calc(10 + (5 * sign(2cqw - 10px)))"
41+
should set the property value
42+
test: counter-set-valid.html
43+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1939776

0 commit comments

Comments
 (0)