servo/components/servo
bors-servo 08987e3eda Auto merge of #7013 - servo:user-stylesheets, r=mbrubeck
Make the Ahem font available to test-css and test-wpt tests.

Add support for user stylesheets, and provide one to tests with an `@font-face` rule for it.

Fix #6195.

Many previously-failing tests now pass, and a few previously-passing now fail.

Among the latter, `font-family-013.htm` and `fonts-013.htm` are testing that the Ahem font is not used for characters it doesn’t have a glyph for. They were passing because Ahem was not available at all, and now fail because we don’t implement font fallback correctly.

The others also use Ahem, but I don’t understand yet what’s going on exactly.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7013)
<!-- Reviewable:end -->
2015-08-07 14:05:19 -06:00
..
.cargo Fix ARM linker 2015-06-18 18:39:52 +02:00
Cargo.lock Auto merge of #7013 - servo:user-stylesheets, r=mbrubeck 2015-08-07 14:05:19 -06:00
Cargo.toml script: Make the resource task communication use IPC channels. 2015-07-31 11:28:09 -07:00
lib.rs Wire up the JS engine's memory reporting. 2015-07-15 21:58:20 -07:00
main.rs Use hosts-replaced URL only when loading resources 2015-08-05 10:34:20 +01:00