RESOLVED INVALID 126653
Subpixel layout: RenderMultiColumnBlock::computeColumnCountAndWidth() needs flooring.
https://bugs.webkit.org/show_bug.cgi?id=126653
Summary Subpixel layout: RenderMultiColumnBlock::computeColumnCountAndWidth() needs f...
zalan
Reported 2014-01-08 11:59:43 PST
This is rather similar to bug 126646. We produce an off by one pixel rendering when subpixel is on, though flooring it to CSS pixel would defeat the purpose of subpixel positioning the column content. m_columnWidth = std::max<LayoutUnit>(0, (availWidth - ((m_columnCount - 1) * colGap)) / m_columnCount); failed cases: fast/multicol/newmulticol/column-rules-fixed-height.html fast/multicol/newmulticol/columns-shorthand-parsing.html fast/multicol/newmulticol/layers-in-multicol.html
Attachments
rendering snapshots (93.00 KB, image/jpeg)
2014-01-15 13:07 PST, zalan
no flags
Simon Fraser (smfr)
Comment 1 2014-01-08 15:26:08 PST
Talk to Hyatt.
zalan
Comment 2 2014-01-15 13:07:43 PST
Created attachment 221301 [details] rendering snapshots
Radar WebKit Bug Importer
Comment 3 2014-01-15 13:08:31 PST
zalan
Comment 4 2014-01-15 13:09:25 PST
FF(v26) rendering is in-between subpixel off and subpixel on. Prefer current subpixel rendering.
Note You need to log in before you can comment on or make changes to this bug.