Bug 113418 - [Chromium-mac] applying any -webkit-font-feature-setting changes font rendering/layout
Summary: [Chromium-mac] applying any -webkit-font-feature-setting changes font renderi...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-27 09:55 PDT by Levi Weintraub
Modified: 2013-04-08 17:06 PDT (History)
5 users (show)

See Also:


Attachments
Test case (942 bytes, text/html)
2013-03-27 09:55 PDT, Levi Weintraub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Levi Weintraub 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.
Comment 1 Glenn Adams 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
Comment 2 Levi Weintraub 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).