Bug 98769
Summary: | [Chromium-Android] CJK characters are not being anti-aliased | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Beverloo <peter> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | wangxianzhu |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 96398 |
Peter Beverloo
Example test:
http://trac.webkit.org/export/130746/trunk/LayoutTests/fast/writing-mode/vertical-font-fallback.html
Results (with link to diff):
http://build.webkit.org/results/Chromium%20Android%20Release%20(Tests)/r130746%20(1241)/fast/writing-mode/vertical-font-fallback-diffs.html
Relevant tests have been disabled in TestExpectations.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Xianzhu Wang
I think we can just rebaseline the related tests. As most of the image expectations containing text on chromium-linux are not anti-aliased (matching chromium-win), the anti-aliased text seems not intended on chromium-linux. I guess it's caused by some fontconfig rules. Actually our result is almost the same as the result on chromium-win.
Peter Beverloo
Resolving as WontFix given that Chromium moved to Blink.