Bug 146233 - [EFL] fast/forms/listbox-visible-size.html has been failed since r182672
Summary: [EFL] fast/forms/listbox-visible-size.html has been failed since r182672
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-23 02:31 PDT by Gyuyoung Kim
Modified: 2017-03-11 10:32 PST (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 Gyuyoung Kim 2015-06-23 02:31:44 PDT
selectTop's actual value is differ from expected value. EFL port might have own test expectation.
Comment 1 Hunseop Jeong 2015-07-08 23:18:20 PDT
LayoutUnit RenderListBox::itemHeight() const
{
    return style().fontMetrics().height() + rowSpacing;
}

EFl port return the '19' at style().fontMetrics().height();
Mac port return the '13' here.

I changed the code to return the '13' forcibly on EFL port.
fast/forms/listbox-visible-size.html passed.

we need to investigate why it different with mac port.
Comment 2 Michael Catanzaro 2017-03-11 10:32:55 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.