Bug 69213 - [chromium windows] DumpRenderTree text is not anti-aliased
Summary: [chromium windows] DumpRenderTree text is not anti-aliased
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-01 04:32 PDT by Ben Wells
Modified: 2011-10-03 15:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Wells 2011-10-01 04:32:52 PDT
On Chromium Windows, DumpRenderTree produces pixel results with text that isn't anti-aliased. This is most noticeable with rotated text (e.g. LayoutTests/fast/transforms/transformed-caret.png) and is quite noticeable with header fonts.
Comment 1 Mike Reed 2011-10-03 05:50:21 PDT
This is deliberate, and has been true for a long time, making it easier to get reproducible results on different machines that may have different tuned settings for antialiasing and cleartype.
Comment 2 Ben Wells 2011-10-03 15:43:07 PDT
(In reply to comment #1)
> This is deliberate, and has been true for a long time, making it easier to get reproducible results on different machines that may have different tuned settings for antialiasing and cleartype.

That makes a lot of sense. Thanks for the quick explanation and apologies for all the noise.