Bug 126650 - Subpixel layout: RenderFieldset needs bias centering at layoutSpecialExcludedChild()
Summary: Subpixel layout: RenderFieldset needs bias centering at layoutSpecialExcluded...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks: 126283
  Show dependency treegraph
 
Reported: 2014-01-08 11:39 PST by zalan
Modified: 2014-01-14 16:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 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
Comment 1 Simon Fraser (smfr) 2014-01-08 15:23:11 PST
Rebaseline.
Comment 2 Jon Lee 2014-01-14 10:20:53 PST
Can we mark this as complete?