1
0
Fork 0
firefox/testing/web-platform/meta/css/css-gaps/parsing/rule-outset-computed.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
514 B
INI

[rule-outset-computed.html]
[Property column-rule-outset value '10px']
expected: FAIL
[Property column-rule-outset value '-20px']
expected: FAIL
[Property column-rule-outset value '0.5em']
expected: FAIL
[Property column-rule-outset value 'calc(10px + 0.5em)']
expected: FAIL
[Property row-rule-outset value 'calc(10px - 0.5em)']
expected: FAIL
[Property row-rule-outset value '30%']
expected: FAIL
[Property row-rule-outset value 'calc(25% + 10px)']
expected: FAIL