A bunch of layout tests failing in WTR because the default font types are differ in WK2 from WK1 and DRT. The most frequent error is using Courier instead of Courier new as fixed font type. The default values are being set in WebPreferencesStore.h. We should specialize them for Qt.
Created attachment 80317 [details] Patch
The patch fixes 70 tests (tested on our wk2 bot: http://webkit.sed.hu/buildbot/waterfall?show=x86-32%20Linux%20Qt%20Release%20WebKit2)
(In reply to comment #2) > The patch fixes 70 tests (tested on our wk2 bot: > http://webkit.sed.hu/buildbot/waterfall?show=x86-32%20Linux%20Qt%20Release%20WebKit2) Ahm, this is not exactly true. The patch was tested on the same machine that runs this bot.
Comment on attachment 80317 [details] Patch Delightful! r=me
Comment on attachment 80317 [details] Patch Clearing flags on attachment: 80317 Committed r76797: <http://trac.webkit.org/changeset/76797>
All reviewed patches have been landed. Closing bug.