Bug 17090 - @font-face needs many more tests
Summary: @font-face needs many more tests
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 00:34 PST by Eric Seidel (no email)
Modified: 2022-08-06 19:30 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-01-30 00:34:04 PST
@font-face needs many more tests

We need to at least test the following:
1.  Request type vs. returned mime type
2.  404 response (with valid and invalid font returned)
3.  font fallback order (with multiple external fonts)

These should exist for both ttf and svg fonts.  We can use Ahem or one of:
http://www.alvit.de/blog/article/20-best-license-free-official-fonts
for ttf, and we can use an SVG font:
http://en.wikipedia.org/wiki/Image:Charis_SIL_sample.svg
Comment 1 Ahmad Saleem 2022-08-06 19:30:15 PDT
I think WPT has a lot of coverage for these:

https://wpt.fyi/results/?label=master&label=experimental&aligned&view=subtest&q=font-face

I am going to mark this as "RESOLVED CONFIGURATION CHANGED". Thanks!