mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Automatic update from web-platform-tests [css-grid] Fix grid container baseline alignment for orthogonal items Grid container baseline was wrongly computed when done in reference to an orthogonal item. The fix is a simple change in LayoutGrid::FirstLineBoxBaseline() to use LogicalTopForChild() so it takes into account grid container and item writing modes. BUG=943003 TEST=external/wpt/css/css-grid/alignment/grid-container-baseline-001.html Change-Id: I86301933ac9ec30f6fee138cd49981bb79a4484e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1528183 Reviewed-by: Javier Fernandez <jfernandez@igalia.com> Reviewed-by: Oriol Brufau <obrufau@igalia.com> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#641633} -- wpt-commits: c7ec350b7558104179440081c237de04245be8dc wpt-pr: 15903 |
||
|---|---|---|
| .. | ||
| abspos | ||
| alignment | ||
| animation | ||
| grid-definition | ||
| grid-items | ||
| grid-model | ||
| implicit-grids | ||
| layout-algorithm | ||
| parsing | ||
| placement | ||
| reference | ||
| test-plan | ||
| grid-layout-properties.html | ||
| inheritance.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: