RESOLVED FIXED 4723
some pixel tests fail when AA settings are changed
https://bugs.webkit.org/show_bug.cgi?id=4723
Summary some pixel tests fail when AA settings are changed
Maciej Stachowiak
Reported 2005-08-29 02:33:12 PDT
Some of the pixel tests fail if you change the AA settings (possibly also when testing on an CRT with default settings). Better to force the settings to the default.
Attachments
fix (1.53 KB, patch)
2005-08-29 11:30 PDT, Maciej Stachowiak
darin: review+
mitz
Comment 1 2005-08-29 06:45:44 PDT
The solution might be as simple as the one for the scroll bars, the (normally per-user-per-machine) user default key is AppleFontSmoothing, the value for "Standard" is 0. I think it's a good idea to force AppleAntiAliasingThreshold (which is the minimal font size to apply antialiasing to) to some value as well.
Maciej Stachowiak
Comment 2 2005-08-29 11:30:40 PDT
Darin Adler
Comment 3 2005-08-29 11:54:15 PDT
Comment on attachment 3642 [details] fix r=me
Note You need to log in before you can comment on or make changes to this bug.