mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
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.
39 lines
1.7 KiB
INI
Vendored
39 lines
1.7 KiB
INI
Vendored
[font-shorthand-serialization-prevention.html]
|
|
[Setting font-variant to none should prevent the font shorthand from serializing in specified 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 all-small-caps should prevent the font shorthand from serializing in specified style]
|
|
expected: FAIL
|
|
|
|
[Setting font-variant to all-small-caps should 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 computed style]
|
|
expected: FAIL
|
|
|
|
[Setting font-variant to none should 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 inherit should prevent the font shorthand from serializing in specified 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 revert should prevent the font shorthand from serializing in specified 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 "SRB" should prevent the font shorthand from serializing in specified style]
|
|
expected: FAIL
|
|
|
|
[Setting font-language-override to "SRB" should prevent the font shorthand from serializing in computed style]
|
|
expected: FAIL
|