Files
servo/tests/wpt/meta-legacy-layout/css/css-fonts/font-shorthand-serialization-prevention.html.ini
Martin Robinson 45344dca2b font_cache: Handle filtering @font-face rules in Servo (#31601)
Instead of letting Stylo filter `@font-face` rules, handle this
filtering in Servo. It doesn't make sense that Stylo knows about what
fonts Servo supports. This also cleans up a bit the way that this is
handled, giving an entire stylesheet of rules to the font cache to
process instead of letting each layout thread walk the rules. This
brings more of the font-related code into the FontCacheThread itself.

This is the first step toward adding WOFF2 support and fixing various
web font related bugs.
2024-03-11 14:47:52 +00:00

106 lines
4.6 KiB
INI

[font-shorthand-serialization-prevention.html]
[Setting font-family to sans-serif should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to initial should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to inherit should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to unset should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to revert should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to revert-layer should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to normal should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to none should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-variant to small-caps should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant to all-small-caps should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-variant-caps to initial should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant-caps to inherit should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant-caps to unset should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant-caps to revert should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant-caps to revert-layer should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant-caps to small-caps should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-variant-caps to all-small-caps should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-stretch to initial should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-stretch to inherit should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-stretch to unset should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-stretch to revert should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-stretch to revert-layer should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-stretch to normal should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-language-override to initial should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-language-override to initial should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-language-override to inherit should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-language-override to inherit should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-language-override to unset should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-language-override to unset should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-language-override to revert should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-language-override to revert should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-language-override to revert-layer should prevent the font shorthand from serializing in specified style]
expected: FAIL
[Setting font-language-override to revert-layer should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-language-override to normal should not prevent the font shorthand from serializing in computed style]
expected: FAIL
[Setting font-language-override to "SRB" should prevent the font shorthand from serializing in specified style]
expected: FAIL