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

贡献者指南