[Webkit-unassigned] [Bug 88963] [Qt] New css3/flexbox/flexitem.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 12:16:54 PDT 2012


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





--- Comment #2 from Tony Chang <tony at chromium.org>  2012-06-13 12:16:53 PST ---
I investigated this failure.  This is because in WebKitQt, the padding on <select>s (MenuLists) are hard coded.  This happens in Source/WebKit/qt/WebCoreSupport/RenderThemeQStyle.cpp in RenderThemeQStyle::setPopupPadding.

The test tries to set the padding to 0, but it doesn't stick.

I think the bug is that the user can't set padding on <select>s.

The second failure must be the alt text being taller than 20px. I can fix that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list