Bug 126665
Summary: | Subpixel layout: enclosingLayoutRect(FloatRect) needs CSS pixel enclosing. | ||
---|---|---|---|
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 computing visual overflow rect we call enclosingLayoutRect() (floored position and ceiled size) which may produce different result for subpixel on.
failed cases:
fast/css/text-overflow-ellipsis-bidi.html
fast/css/text-overflow-ellipsis-strict.html
fast/css/text-overflow-ellipsis.html
fast/css/text-overflow-input.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Probably OK behavior.
Jon Lee
Can we mark this as done?