Bug 126647
Summary: | Subpixel layout: adjustFloatForSubPixelLayout() needs flooring. | ||
---|---|---|---|
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
Margins calculation/accumulation can lead to different CSS pixel result when subpixel is on.
summary::-webkit-details-marker {
margin-right: 1em;
}
failed test case:
fast/html/details-position.html
We should just rebaseline it as flooring to int here would defeat the purpose of subpixels.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Rebaselining sounds fine.
Jon Lee
Can we mark this as complete?