diff options
Diffstat (limited to 'tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini new file mode 100644 index 00000000000..bc0ab36a97e --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini @@ -0,0 +1,33 @@ +[font-variant-numeric-computed.html] + [Property font-variant-numeric value 'normal'] + expected: FAIL + + [Property font-variant-numeric value 'lining-nums'] + expected: FAIL + + [Property font-variant-numeric value 'oldstyle-nums'] + expected: FAIL + + [Property font-variant-numeric value 'proportional-nums'] + expected: FAIL + + [Property font-variant-numeric value 'tabular-nums'] + expected: FAIL + + [Property font-variant-numeric value 'diagonal-fractions'] + expected: FAIL + + [Property font-variant-numeric value 'stacked-fractions'] + expected: FAIL + + [Property font-variant-numeric value 'ordinal'] + expected: FAIL + + [Property font-variant-numeric value 'slashed-zero'] + expected: FAIL + + [Property font-variant-numeric value 'oldstyle-nums tabular-nums diagonal-fractions'] + expected: FAIL + + [Property font-variant-numeric value 'lining-nums proportional-nums stacked-fractions ordinal slashed-zero'] + expected: FAIL |