Bug 62710 - [Qt] css2.1/20110323/inline-non-replaced-height-* tests fail
Summary: [Qt] css2.1/20110323/inline-non-replaced-height-* tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-06-15 02:42 PDT by Csaba Osztrogonác
Modified: 2012-10-11 09:35 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-06-15 02:42:01 PDT
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
Comment 1 Csaba Osztrogonác 2011-06-15 03:38:30 PDT
Skipped by http://trac.webkit.org/changeset/88915
Comment 2 Steven Chu 2011-07-10 06:46:47 PDT
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.
Comment 3 Steven Chu 2011-07-16 18:09:49 PDT
Landed the change into freetype that resolves this.  Commit in freetype project is: b0962ac34e66052ccfee7996e5468f30d4bd5a72
Comment 4 Ádám Kallai 2012-10-11 09:35:11 PDT
These tests are working on Qt. I removed from the Qt TestExpectations.
Committed r131051: <http://trac.webkit.org/changeset/131051>