[Webkit-unassigned] [Bug 150464] [WinCairo] Improve test results for fast layouttests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 12:46:58 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150464

--- Comment #12 from peavo at outlook.com ---
(In reply to comment #11)
> Doesn't applying the mac ascent adjustment on WinCairo make WinCairo layout
> text more similar to the AppleWin port?  Ideally the two ports would lay
> everything out the same.

I believe it makes it more different :) As I have understood it, the Mac adjustment hack is applied to make the Mac font metrics more similar to certain Windows font metrics (Times, for example), because some Windows font metrics had become a de facto standard on the web. When getting font metrics on Windows with the native API, we already have the "correct" metrics, and there is no need to apply the Mac ascent adjustment, except for AppleWin, which is using CoreGraphics, and thereby behaving in the same way as Mac. Debugging also shows that if we apply the ascent adjustment, the layout elements are too big compared to what is expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151023/3c1f73db/attachment.html>


More information about the webkit-unassigned mailing list