Bug 62710
Summary: | [Qt] css2.1/20110323/inline-non-replaced-height-* tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kadam, ossy, steven.f.chu |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Csaba Osztrogonác
The following tests introduced in http://trac.webkit.org/changeset/88913 fail on Qt:
css2.1/20110323/inline-non-replaced-height-002.htm
css2.1/20110323/inline-non-replaced-height-003.htm
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
Skipped by http://trac.webkit.org/changeset/88915
Steven Chu
Looks like this is either freetype not passing the proper metrics back when a resize request is made or Qt is not looking at the proper metrics for truetype fonts. Trying to get clarification from the freetype devs.
Fixing the truetype section in the freetype library would resolve these two tests for Qt and also for the gtk build.
Steven Chu
Landed the change into freetype that resolves this. Commit in freetype project is: b0962ac34e66052ccfee7996e5468f30d4bd5a72
Ádám Kallai
These tests are working on Qt. I removed from the Qt TestExpectations.
Committed r131051: <http://trac.webkit.org/changeset/131051>