RESOLVED FIXED 49570
Put italics specialization check back in CSSFontSelector
https://bugs.webkit.org/show_bug.cgi?id=49570
Summary Put italics specialization check back in CSSFontSelector
Dave Hyatt
Reported 2010-11-15 16:22:06 PST
Put italics specialization check back in CSSFontSelector. I had to back it out, since it broke a layout test, and the issue was that local font fallback fonts should not be considered by the specialization check (since you never want to pick a fallback over an actual @font-face rule if the @font-face rule can handle it).
Attachments
Patch (5.09 KB, patch)
2010-11-15 17:03 PST, Dave Hyatt
mitz: review+
Dave Hyatt
Comment 1 2010-11-15 17:03:09 PST
Dave Hyatt
Comment 2 2010-11-15 20:45:17 PST
Fixed in r72056.
Note You need to log in before you can comment on or make changes to this bug.