Bug 83743 - fast/text/international/font-fallback-to-common-script.html fails on Mac
Summary: fast/text/international/font-fallback-to-common-script.html fails on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Falkenhagen
URL:
Keywords:
Depends on:
Blocks: 83724
  Show dependency treegraph
 
Reported: 2012-04-11 20:15 PDT by Matt Falkenhagen
Modified: 2012-04-11 23:29 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.14 KB, patch)
2012-04-11 20:18 PDT, Matt Falkenhagen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Falkenhagen 2012-04-11 20:15:05 PDT
The test fails since it assumes there are no default font settings for Simplified Chinese, which Mac now has. See bug 83724.

We can fix it by changing to use a script that will most likely not have default font settings.
Comment 1 Matt Falkenhagen 2012-04-11 20:18:36 PDT
Created attachment 136817 [details]
Patch
Comment 2 Kent Tamura 2012-04-11 22:10:52 PDT
Comment on attachment 136817 [details]
Patch

ok
Comment 3 WebKit Review Bot 2012-04-11 22:40:43 PDT
Comment on attachment 136817 [details]
Patch

Clearing flags on attachment: 136817

Committed r113942: <http://trac.webkit.org/changeset/113942>
Comment 4 WebKit Review Bot 2012-04-11 22:40:47 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Alexey Proskuryakov 2012-04-11 23:29:46 PDT
Thank you for helping me with this test!