DioxusLabs/taffy

Add tests for negative margins

開放

#475 建立於 2023年5月1日

 (1 則留言) (0 個反應) (0 位負責人)Rust (192 個分叉)github user discovery
good first issuetesting

倉庫指標

星標
 (3,189 顆星)
PR 合併指標
 (平均合併 15小時 41分鐘) (30 天內合併 25 個 PR)

描述

What problem does this solve or what need does it fill?

CSS supports negative margins, and Taffy also support setting a negative value for a margin style. However Taffy currently doesn't have any tests for negative margins (and I suspect we don't lay them out correctly either, although we won't know until we have tests)

What solution would you like?

  • Add generated tests for negative margins (for flexbox, grid, and leaf layout modes)
  • Fix any bugs

貢獻者指南