Qt unfortunately skips the http/tests/misc/acid3.html test, although it passes in MiniBrowser. Comparing the result to the platform independent result suggests that the text in the test should be displayed using monospace fonts, but instead it is displayed using serif fonts. The Qt test infrastructure does not seem to pick up the correct font from the testfonts repository, this needs more investigation.
We have the problem in DRT as well. Actually even our pixel expected results (used for manual checking from what I've understood) show non-monospace fonts in places they should be monospace :-(
Created attachment 154047 [details] Unskip/update layout tests results for Qt patch This patch unskips and updates the Qt layout test results after monospace fix landed in r121971. The update was necessary due to font changes affecting both DRT and pixel test results.
Comment on attachment 154047 [details] Unskip/update layout tests results for Qt patch Clearing flags on attachment: 154047 Committed r123474: <http://trac.webkit.org/changeset/123474>
All reviewed patches have been landed. Closing bug.