Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add STAT table, fix name IDs, suppress font-synthesis, add fvar instance #22392

Merged
merged 1 commit into from Mar 24, 2020

Conversation

drott
Copy link
Contributor

@drott drott commented Mar 23, 2020

Concluding from the discussion in #22355 name ids should have values
greater than 255, and the font should have a STAT table. The name id
issue is something the Firefox prints out as an error on the command
line. Add a STAT table, add a named instance for the regular instance,
and move name ids in this change. Also add encoding headers in tests and
references, and suppress font-synthesis as this is needed to help the
test pass on Firefox.

Fixes #22355 for Firefox.

Concluding from the discussion in web-platform-tests#22355 name ids should have values
greater than 255, and the font should have a STAT table. The name id
issue is something the Firefox prints out as an error on the command
line. Add a STAT table, add a named instance for the regular instance,
and move name ids in this change. Also add encoding headers in tests and
references, and suppress font-synthesis as this is needed to help the
test pass on Firefox.

Fixes web-platform-tests#22355 for Firefox.
@drott drott changed the title Add STAT table, fix name IDs Add STAT table, fix name IDs, suppress font-synthesis, add fvar instance Mar 23, 2020
@drott
Copy link
Contributor Author

drott commented Mar 23, 2020

CC @jfkthame - this should be sufficient to make it pass in Firefox, I assume? Thanks for your review.

@jfkthame
Copy link
Contributor

Yes, LGTM.

@drott
Copy link
Contributor Author

drott commented Mar 23, 2020

CC @kojiishi - can you LGTM WPT changes, too?

@drott drott merged commit e343467 into web-platform-tests:master Mar 24, 2020
@drott
Copy link
Contributor Author

drott commented Mar 24, 2020

Thanks for the quick review, Myles!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

css/css-fonts/matching/ tests refresh to pass on FF, Safari?
5 participants