Bug 4723

Summary: some pixel tests fail when AA settings are changed
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: Tools / TestsAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
fix darin: review+

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.