web-platform-tests/wpt

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

Open

#7 952 ouverte le 23 oct. 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)HTML (2 898 forks)batch import
css-flexboxgood first issuewg-css

Métriques du dépôt

Stars
 (4 581 stars)
Métriques de merge PR
 (Merge moyen 5j 23h) (682 PRs mergées en 30 j)

Description

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.

Guide contributeur