WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
37242
[Chromium] fast/text/line-breaks.html broke on Win after
r57215
https://bugs.webkit.org/show_bug.cgi?id=37242
Summary
[Chromium] fast/text/line-breaks.html broke on Win after r57215
Ojan Vafai
Reported
2010-04-07 17:43:19 PDT
Specifically
http://trac.webkit.org/browser/trunk/WebCore/platform/graphics/FontFastPath.cpp?rev=57215
causes use to go down the complex font path for Latin and Greek diacritics. Looks like our complex font path for Lucida Grande breaks on Windows. The ḿ gets the unrecognized character block. I tested on a local Safari build and it does not have this problem, so I think it must be possible to get this right. I hacked it locally to use GDI since Safari doesn't use GDI for Lucida Grande.
Attachments
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-09 16:09:45 PDT
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug