OS X Mavericks uses a different font for system controls. We need to make sure our test systems know about it otherwise they'll use a fallback font. Unfortunately the fonts are hidden, so we'll have to add them directly rather than find them in the list of available fonts. <rdar://problem/13529880>
Created attachment 205552 [details] Patch
Comment on attachment 205552 [details] Patch Attachment 205552 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/944242
Comment on attachment 205552 [details] Patch Attachment 205552 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/977466
/Volumes/Data/EWS/WebKit/WebKitBuild/WebKitTestRunner.build/Release/WebKitTestRunnerInjectedBundle.build/Objects-normal/x86_64/ActivateFonts.o /Volumes/Data/EWS/WebKit/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm:164:12: error: use of undeclared identifier 'fontFamiliySet'; did you mean 'fontFamilySet'? return fontFamiliySet; ^~~~~~~~~~~~~~ fontFamilySet /Volumes/Data/EWS/WebKit/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm:45:19: note: 'fontFamilySet' declared here static NSSet *fontFamilySet = [[NSSet setWithObjects: ^ 1 error generated. Please fix before committing :)
Committed r152144: <http://trac.webkit.org/changeset/152144>