Bug 126650
| Summary: | Subpixel layout: RenderFieldset needs bias centering at layoutSpecialExcludedChild() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | alan <zalan> |
| Component: | Layout and Rendering | Assignee: | alan <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 | ||
alan
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?