Bug 126650
Summary: | Subpixel layout: RenderFieldset needs bias centering at layoutSpecialExcludedChild() | ||
---|---|---|---|
Product: | WebKit | Reporter: | zalan <zalan> |
Component: | Layout and Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Rebaseline.
Jon Lee
Can we mark this as complete?