[Webkit-unassigned] [Bug 113096] [chromium] make layout tests pass on retina displays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 09:37:10 PDT 2013


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





--- Comment #18 from Dirk Pranke <dpranke at chromium.org>  2013-03-27 09:35:21 PST ---
(In reply to comment #17)
> (In reply to comment #16)
> > ...
> > 
> > that key should either be not set at all, or set to 2. If it's something else, all the text will render differently and you'll get image failures. (This has happened to me a couple times to no end of head scratching).
> 
> Interesting, that prints 0 for me. What does it print if it's not set at all?

It'll tell you it's not set. 0 is bad (that turns off smoothing, and most of our baselines expect it to be on). Set it to 2 w/ 

% defaults write DumpRenderTree AppleFontSmoothing -int 2

and try it again?.

-- 
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