about summary refs log tree commit diff stats
path: root/test/layout/fractional-margin-cancels-fractional-padding.html
Commit message (Collapse)AuthorAgeFilesLines
* layout: remove inline roundingbptato2024-11-021-0/+2
It broke styles like "margin-top: -5px; padding-top: 5px", because the margin would be taken as-is, and the padding rounded to 0. Now they cancel each other out again. (I think I had added this to reduce error caused by line-height, but we don't have line-height anymore.)