I've noticed a simplification of the tests in BowserScore that doesn't seem to work in Firefox. Firefox requires predefined properties, which Chromium seems to ignore. Who is correct?
In the old test, we had:
'@counter-style example/prefix': {
links: {
tr: '#counter-style-prefix',
dev: '#counter-style-prefix',
},
required: {
'*': {
descriptor: 'system: alphabetic; symbols: A B C D; additive-symbols: 1000 M, 500 C',
},
},
tests: ['»', 'url(https://lea.verou.me/mark.svg)'],
},
Comparison of results:

I've noticed a simplification of the tests in BowserScore that doesn't seem to work in Firefox. Firefox requires predefined properties, which Chromium seems to ignore. Who is correct?
In the old test, we had:
Comparison of results: