web-platform-tests/wpt

[css-flexbox][spec-rec] Need more complex nesting

Open

#7,952 创建于 2017年10月23日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)HTML (2,898 fork)batch import
css-flexboxgood first issuewg-css

仓库指标

Star
 (4,581 star)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 626 个 PR)

描述

We should have testcases that are nested flex containers in many combinations.

Ok, to list this out:

Have a flex container that has children (direct descendants and children of the flex item) that are:

  • table
  • flex
  • grid
  • contains floats

In all of the scenarios above - do so for both flex-direction: row|column and flex-wrap: wrap|no-wrap. Additionally, make sure that the item above on its own is interoperable between browsers before including it, as we only want to be testing flex containing a different layout, not the other layout.

贡献者指南