RESOLVED WONTFIX Bug 113418
[Chromium-mac] applying any -webkit-font-feature-setting changes font rendering/layout
https://bugs.webkit.org/show_bug.cgi?id=113418
Summary [Chromium-mac] applying any -webkit-font-feature-setting changes font renderi...
Levi Weintraub
Reported 2013-03-27 09:55:18 PDT
Created attachment 195346 [details] Test case Just having a valid -webkit-font-feature-setting in affect changes font layout and introduces selection rect bugs. This only appears to affect Chromium Mac.
Attachments
Test case (942 bytes, text/html)
2013-03-27 09:55 PDT, Levi Weintraub
no flags
Glenn Adams
Comment 1 2013-03-27 10:06:04 PDT
does it's presence trigger slow (complex) text path which when not present uses fast path? if so, that could explain much
Levi Weintraub
Comment 2 2013-03-27 10:29:59 PDT
(In reply to comment #1) > does it's presence trigger slow (complex) text path which when not present uses fast path? if so, that could explain much I'm fairly certain this is the case, but the selection bug indicates that the fact that it triggers this change isn't properly understood by all of the rendering code (RenderText::canUseSimpleFontCodePath returns true, for example).
Note You need to log in before you can comment on or make changes to this bug.