mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Instead of using the border widths from the style, use the ones recorded by the `BoxFragment`. This is necessary because inline layout can override these border widths during fragmentation. For instance, when a box is split across two lines only one fragment should have an inline start border.