Bug 162779 - Fix fast/text/trak-optimizeLegibility.html
Summary: Fix fast/text/trak-optimizeLegibility.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks: 162490
  Show dependency treegraph
 
Reported: 2016-09-30 03:11 PDT by Myles C. Maxfield
Modified: 2016-09-30 14:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.99 KB, patch)
2016-09-30 03:13 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews106 for mac-yosemite-wk2 (1.18 MB, application/zip)
2016-09-30 04:53 PDT, Build Bot
no flags Details
Patch (7.19 KB, patch)
2016-09-30 13:05 PDT, Myles C. Maxfield
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2016-09-30 03:11:43 PDT
Fix fast/text/trak-optimizeLegibility.html
Comment 1 Myles C. Maxfield 2016-09-30 03:13:57 PDT
Created attachment 290314 [details]
Patch
Comment 2 Build Bot 2016-09-30 04:53:11 PDT
Comment on attachment 290314 [details]
Patch

Attachment 290314 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/2174607

New failing tests:
fast/images/pixel-crack-image-background-webkit-transform-scale.html
Comment 3 Build Bot 2016-09-30 04:53:14 PDT
Created attachment 290327 [details]
Archive of layout-test-results from ews106 for mac-yosemite-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-yosemite-wk2  Platform: Mac OS X 10.10.5
Comment 4 Simon Fraser (smfr) 2016-09-30 12:59:29 PDT
Comment on attachment 290314 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=290314&action=review

> Source/WebCore/ChangeLog:8
> +        Somehow this test got rebaselined to allow an unnecessary delta

"Somehow" is a bit vague given that we can consult SVN.

> Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:667
> +    if ((!family.length() || family[0] != '.') && whitelist.size() && !whitelist.contains(family))

I would prefer family[0] != '.' to be wrapped in a small function called isSystemFont() or something. Do we do this check anywhere else?
Comment 5 Myles C. Maxfield 2016-09-30 13:05:18 PDT
Created attachment 290371 [details]
Patch
Comment 6 Myles C. Maxfield 2016-09-30 14:20:12 PDT
Committed r206666: <http://trac.webkit.org/changeset/206666>