RESOLVED INVALID 126650
Subpixel layout: RenderFieldset needs bias centering at layoutSpecialExcludedChild()
https://bugs.webkit.org/show_bug.cgi?id=126650
Summary Subpixel layout: RenderFieldset needs bias centering at layoutSpecialExcluded...
zalan
Reported 2014-01-08 11:39:44 PST
While calculating logical left for a centered fieldset, we draw the box off by one CSS pixel later while pixelsnapping. logicalLeft = ((logicalWidth() - logicalWidthForChild(legend)) / 2). failed cases: fast/borders/fieldsetBorderRadius.html fast/forms/fieldset-align.html
Attachments
Simon Fraser (smfr)
Comment 1 2014-01-08 15:23:11 PST
Rebaseline.
Jon Lee
Comment 2 2014-01-14 10:20:53 PST
Can we mark this as complete?
Note You need to log in before you can comment on or make changes to this bug.