Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Add support for passing user stylesheets to Servo. #137

Merged
merged 1 commit into from Aug 5, 2015

Conversation

SimonSapin
Copy link

servo/servo#7013 uses this to make the Ahem font available to tests.

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/5693

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

SimonSapin referenced this pull request in servo/servo Aug 5, 2015
Provide a user stylesheet 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.
@jgraham
Copy link
Member

jgraham commented Aug 5, 2015

Reviewed in critic

servo/servo#7013 uses this to make the Ahem font
available to tests.
jgraham added a commit that referenced this pull request Aug 5, 2015
Add support for passing user stylesheets to Servo.
@jgraham jgraham merged commit 71c7894 into w3c:master Aug 5, 2015
@SimonSapin SimonSapin deleted the servo-user-stylesheets branch August 5, 2015 22:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants