[Webkit-unassigned] [Bug 97188] [GTK] Layout Test fast/text/word-space-with-kerning.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 08:50:47 PST 2012


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





--- Comment #4 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2012-12-12 08:53:09 PST ---
(In reply to comment #3)

> Interesting. The bots were reporting this test as passing. Perhaps we are inadvertently passing?

So okay, I think it's correct that this passes now, but I am not sure it had something to do with switching to Harfbuzz. From the introduction to this test case (r129068):

"    (WebCore::RenderText::computePreferredLogicalWidths): When kerning is enabled, words are
    measured with their trailing space, if there is one, then the width of a space is subtracted.
    Changed that width, stored in the local variable wordTrailingSpaceWidth, to include the
    word spacing, since it is included in the result of widthFromCache()."

So this failed only when kerning was enabled. Since the -webkit-font-kerning: normal; in this test currently does not have any effect with the FreeType backend, the test passes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list