Emoji's descent is way too large
Created attachment 259515 [details] Patch
Comment on attachment 259515 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259515&action=review > Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:-275 > - if (m_platformData.isEmoji()) { This should match the size clamping code too
Created attachment 259541 [details] Patch
<rdar://problem/22194708>
This is no longer necessary because of https://bugs.webkit.org/show_bug.cgi?id=148265
Fixed by r188737