[Webkit-unassigned] [Bug 146233] [EFL] fast/forms/listbox-visible-size.html has been failed since r182672

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 23:18:20 PDT 2015


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

Hunseop Jeong <hs85.jeong at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hs85.jeong at samsung.com

--- Comment #1 from Hunseop Jeong <hs85.jeong at samsung.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150709/bed784ed/attachment.html>


More information about the webkit-unassigned mailing list