Bug 193276 - REGRESSION(r239156): [FreeType] fixed width, and synthetic bold/italic not correctly applied since r239156
Summary: REGRESSION(r239156): [FreeType] fixed width, and synthetic bold/italic not co...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, InRadar, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2019-01-09 02:15 PST by Carlos Garcia Campos
Modified: 2019-01-09 04:40 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.70 KB, patch)
2019-01-09 02:41 PST, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Patch (1.70 KB, patch)
2019-01-09 02:58 PST, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2019-01-09 02:15:57 PST
FontCache::createFontPlatformData() is calling getFontPropertiesFromPattern() with the configure pattern instead of the result one after the match. This is causing several layout test failures like:

https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r239762%20(9317)/fast/css3-text/font-synthesis-diffs.html
Comment 1 Carlos Garcia Campos 2019-01-09 02:41:11 PST
Created attachment 358686 [details]
Patch
Comment 2 Carlos Garcia Campos 2019-01-09 02:58:55 PST
Created attachment 358688 [details]
Patch
Comment 3 Carlos Garcia Campos 2019-01-09 04:39:32 PST
Committed r239768: <https://trac.webkit.org/changeset/239768>
Comment 4 Radar WebKit Bug Importer 2019-01-09 04:40:30 PST
<rdar://problem/47144017>