RESOLVED INVALID 125874
Subpixel layout: LayoutUnit(float value) needs floored snapping to CSS pixel unit (bugs.webkit.org).
https://bugs.webkit.org/show_bug.cgi?id=125874
Summary Subpixel layout: LayoutUnit(float value) needs floored snapping to CSS pixel ...
zalan
Reported 2013-12-17 14:58:22 PST
Created attachment 219456 [details] test case Atm, I can only repro this after implementing the fix for Bug 125829. I'll update this report with a test case that repro by simply turning subpixel on. (not requiring other changes) <html> <head> <style> .links { font-size: 99%; padding: 10px; } </style> </head> <body><ul class="links"></ul>foo</body> </html>
Attachments
test case (152 bytes, text/html)
2013-12-17 14:58 PST, zalan
no flags
test case (215 bytes, text/html)
2013-12-20 15:15 PST, zalan
no flags
screenshot(bugs.webkit.org) (117.78 KB, image/gif)
2013-12-20 15:15 PST, zalan
no flags
zalan
Comment 1 2013-12-17 15:00:18 PST
zalan
Comment 2 2013-12-17 15:46:47 PST
This and Bug 125829 are more like placeholders to discuss the rounding strategy (if needed at all)
Simon Fraser (smfr)
Comment 3 2013-12-18 11:38:05 PST
Same situation as bug 125757.
zalan
Comment 4 2013-12-20 15:15:13 PST
Created attachment 219801 [details] test case observed on bugs.webkit.org
zalan
Comment 5 2013-12-20 15:15:55 PST
Created attachment 219802 [details] screenshot(bugs.webkit.org)
Note You need to log in before you can comment on or make changes to this bug.