RESOLVED WONTFIX146233
[EFL] fast/forms/listbox-visible-size.html has been failed since r182672
https://bugs.webkit.org/show_bug.cgi?id=146233
Summary [EFL] fast/forms/listbox-visible-size.html has been failed since r182672
Gyuyoung Kim
Reported 2015-06-23 02:31:44 PDT
selectTop's actual value is differ from expected value. EFL port might have own test expectation.
Attachments
Hunseop Jeong
Comment 1 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.
Michael Catanzaro
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.