mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
This test tries to add a web font to the `FontCacheTask`. The added web font corresponds to the following CSS font definition: ``` @font-face { font-family: "test family"; src: local(test font face); } ``` This test fails, since `FontCacheTask` tries to get the value for the key "test font face" from `self.web_families`, but previously initialized a value for the key "test family". |
||
---|---|---|
.. | ||
Cargo.toml | ||
font_cache_task.rs | ||
lib.rs | ||
text_util.rs |