RESOLVED INVALID 126656
Subpixel layout: RenderSearchField and RenderTextControlSingleLine() needs bias centering.
https://bugs.webkit.org/show_bug.cgi?id=126656
Summary Subpixel layout: RenderSearchField and RenderTextControlSingleLine() needs bi...
zalan
Reported 2014-01-08 12:47:02 PST
This is similar to bug 125659 with even more bias centering. (probably should merge them) innerTextRenderer->setLogicalTop(innerTextRenderer->logicalTop() - (logicalHeightDiff / 2 + layoutMod(logicalHeightDiff, 2))); failed cases: fast/block/float/032.html fast/forms/search-vertical-alignment.html fast/ruby/ruby-svg-crash.html
Attachments
Simon Fraser (smfr)
Comment 1 2014-01-08 15:26:53 PST
Check FF, prefer subpixel.
Radar WebKit Bug Importer
Comment 2 2014-01-14 10:24:01 PST
zalan
Comment 3 2014-01-14 16:15:21 PST
FF renders search widgets differently (search-vertical-alignment.html). The other 2 failed cases are not related and most likely result of some flakiness. Prefer new behavior.
Note You need to log in before you can comment on or make changes to this bug.