forked from mirrors/gecko-dev
Automatic update from web-platform-tests[css-grid] Distribution offset doesn't account for non-spanning items We recenttly changed the track sizing algorithm so that it considers the offsets added by the Content Alignment properties. The change in r566412 introduce intermediate steps in the track sizing algorithm so that inline-axis Content Distribution accounts for the row tracks sizes computed in the next step. However, we were adding the Content Distribution offsets for any column track, but we should do it only for the tracks with spanning items. This error led to the mentioned bugs and this change fixes them. Bug: 871230, 871242 Change-Id: I8ac789ccacc2e5a51bfafd7820ed08e96a31e58b Reviewed-on: https://chromium-review.googlesource.com/1176803 Reviewed-by: Sergio Villar <svillar@igalia.com> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#583802} -- wpt-commits: 676265b89417b09c27d94a2a8538a88a34821e88 wpt-pr: 12512 |
||
|---|---|---|
| .. | ||
| abspos | ||
| alignment | ||
| grid-definition | ||
| grid-items | ||
| grid-model | ||
| implicit-grids | ||
| layout-algorithm | ||
| placement | ||
| reference | ||
| test-plan | ||
| grid-layout-properties.html | ||
| META.yml | ||
| README.md | ||
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: