Bug 17090
Summary: | @font-face needs many more tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, hyatt, jdaggett, mitz, nickshanks, paulirish, yusukes, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
@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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
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!