Bug 126650

Summary: Subpixel layout: RenderFieldset needs bias centering at layoutSpecialExcludedChild()
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED INVALID    
Severity: Normal CC: jonlee, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 126283    

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.