Automatic update from web-platform-testsComputed min-width/height for auto depends on box. Resolved value of min-width and min-height for auto min sizing of flex and grid items may be 'auto'. We based this on the computed style of the shadow including parent. Instead we should rely on whether the element will actually be a rendered flex/grid item. Firefox Nightly passes all added tests. The mentioned bug fixed is actually about using the shadow including parent for finding parent computed style instead of the flat tree parent, but that is no longer relevant as we look at the layout tree. Bug: 682869 Change-Id: I6e47dc264a8cdbee7fc1983ce452baf7c0df85b3 Reviewed-on: https://chromium-review.googlesource.com/948908 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#540901} wpt-commits: 85247f175ced7f78ab73facb07f6d2e4d6c9b7d8 wpt-pr: 9816 wpt-commits: 85247f175ced7f78ab73facb07f6d2e4d6c9b7d8 wpt-pr: 9816
CSS Grid Layout Module Level 1 Test Suite
Directory containing the CSS Grid Layout spec test suite.
This suite is structured in different folders for each section of the spec (the name of the folders corresponds to the "id" of each section):
- 3 Grid Containers:
grid-model - 4 Grid Items:
grid-items - 5 The Explicit Grid:
grid-definition - 6 The Implicit Grid:
implicit-grids - 7 Grid Definition Shorthand:
grid-shorthand - 8 Clamping Overlarge Grids:
overlarge-grids - 9 Placing Grid Items:
placement - 10 Absolute Positioning:
abspos - 11 Alignment and Spacing:
alignment - 12 Grid Sizing:
layout-algorithm - 13 Fragmenting Grid Layout:
pagination
Links: