[Webkit-unassigned] [Bug 83724] REGRESSION (r113900): Text tests started failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 11 18:20:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83724





--- Comment #3 from Matt Falkenhagen <falken at chromium.org>  2012-04-11 18:20:43 PST ---
(In reply to comment #2)
> > fast/text/international/font-fallback-to-common-script.html
> 
> This test only works when there is no preference set for sans-serif in Chinese, which is no longer the case on Mac platform. It probably needs an addition of:
> 
>     window.internals.settings.setSansSerifFontFamily("", "Hans");


Right, my idea there was to test fallback when no setting exists from the beginning. Doing what you suggest would make the test pass, but then it would no longer be testing that scenario. Perhaps instead of lang="zh-CN", we can use a lang that's unlikely to have any setting, like:

  <div lang="und-zxxx" style="font-family: sans-serif;">

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list