RESOLVED INVALID 126665
Subpixel layout: enclosingLayoutRect(FloatRect) needs CSS pixel enclosing.
https://bugs.webkit.org/show_bug.cgi?id=126665
Summary Subpixel layout: enclosingLayoutRect(FloatRect) needs CSS pixel enclosing.
zalan
Reported 2014-01-08 14:22:26 PST
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
Simon Fraser (smfr)
Comment 1 2014-01-08 15:48:51 PST
Probably OK behavior.
Jon Lee
Comment 2 2014-01-14 10:25:23 PST
Can we mark this as done?
Note You need to log in before you can comment on or make changes to this bug.