servo/components
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
..
canvas Update offscreen_gl_context 2015-12-22 04:33:03 +01:00
canvas_traits Issue #8738: bufferSubData and texImage2D argument sanity checks. 2015-12-26 18:56:48 +01:00
compositing Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
devtools Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
devtools_traits Support responseCookies, responseContent, responseHeaders, requestCookies, getResponseHeaders, 2015-12-21 10:28:40 -05:00
gfx Auto merge of #9123 - karyon:clippy_cleanup, r=Manishearth 2016-01-03 09:16:34 +05:30
gfx_traits Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
layout Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
layout_traits Separate script and layout messages, issue #8843 2015-12-26 12:24:51 -05:00
msg Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
net Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
net_traits Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
plugins Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
profile Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
profile_traits gfx: Measure text shaping time in the time profiler. 2015-12-15 13:28:05 -08:00
script Generate PartialEq automatically 2016-01-03 18:07:09 +01:00
script_traits Separate script and layout messages, issue #8843 2015-12-26 12:24:51 -05:00
servo Add failing test for FontCacheTask::add_web_font 2016-01-04 15:23:26 +01:00
style Auto merge of #9136 - frewsxcv:htmlbodyelement-background, r=nox 2016-01-03 11:00:49 +05:30
style_traits Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
util Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
webdriver_server Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00