servo/tests/unit/gfx
Adrian Heine 3f61d63e72 Add failing test for FontCacheTask::add_web_font
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".
2016-01-04 15:23:26 +01:00
..
Cargo.toml Add failing test for FontCacheTask::add_web_font 2016-01-04 15:23:26 +01:00
font_cache_task.rs Add failing test for FontCacheTask::add_web_font 2016-01-04 15:23:26 +01:00
lib.rs Add failing test for FontCacheTask::add_web_font 2016-01-04 15:23:26 +01:00
text_util.rs layout: Simplify and improve the correctness of whitespace stripping in 2015-04-08 14:29:23 -07:00