servo/tests/wpt/meta/css/css-fonts/parsing/font-variant-valid.html.ini
Martin Robinson 5ba29c20ac
layout: Turn on synthetic small-caps for layout 2020 (#31435)
Synthetic small caps is supported by the font subsystem, but this is
disabled in Layout 2020. We can turn this on to bring support to parity
with the old layout system.

In addition to turning on synthetic small-caps this change also improves
the way that they work. Before, synthetic small caps meant that every
character was a small version of capitalized character. After this
change, capital letters are larger than small caps versions of small
letters -- matching other browsers and the common expectation of how
small caps works.
2024-02-28 15:09:26 +00:00

132 lines
4.8 KiB
INI
Vendored

[font-variant-valid.html]
[e.style['font-variant'\] = "none" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "common-ligatures" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "no-common-ligatures" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "discretionary-ligatures" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "no-discretionary-ligatures" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "historical-ligatures" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "no-historical-ligatures" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "contextual" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "no-contextual" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "all-small-caps" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "petite-caps" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "all-petite-caps" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "unicase" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "titling-caps" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "stylistic(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "historical-forms" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "styleset(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "character-variant(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "swash(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "ornaments(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "annotation(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "stylistic(flowing) historical-forms styleset(flowing) character-variant(flowing) swash(flowing) ornaments(flowing) annotation(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "annotation(flowing) ornaments(flowing) swash(flowing) character-variant(flowing) styleset(flowing) historical-forms stylistic(flowing)" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "lining-nums" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "oldstyle-nums" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "proportional-nums" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "tabular-nums" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "diagonal-fractions" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "stacked-fractions" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "ordinal" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "slashed-zero" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "jis78" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "jis83" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "jis90" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "jis04" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "simplified" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "traditional" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "full-width" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "proportional-width" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "ruby" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "sub" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "super" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "common-ligatures discretionary-ligatures historical-ligatures contextual small-caps stylistic(flowing) lining-nums proportional-nums diagonal-fractions ordinal slashed-zero jis78 full-width ruby sub" should set the property value]
expected: FAIL
[e.style['font-variant'\] = "super proportional-width jis83 stacked-fractions tabular-nums oldstyle-nums historical-forms all-small-caps no-contextual no-historical-ligatures no-discretionary-ligatures no-common-ligatures" should set the property value]
expected: FAIL