ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-grid
Callum Law 36e2d25efa LibWeb: Parse grid track placements closer to spec
This brings parsing of grid-row-* and grid-column-* properties (and
their associated shorthands) more inline with spec.

Changes:
- Only set omitted properties for combined-value shorthands (e.g.
  `grid-row: a` rather than `grid-row: a / b`) if the single value is
  `<custom-ident>`.

- `[ [ <integer [-∞,-1]> | <integer [1,∞]> ] && <custom-ident>? ]`:
  - Properly resolve `calc`s for `<integer>` that rely on compute-time
    information.

- `[ span && [ <integer [1,∞]> || <custom-ident> ] ]`
  - Allow `calc`s for `<integer>`
  - Allow `<custom-ident>`

There is still work to be done to properly use these parsed values.

Gains us 46 WPT tests.
2025-07-08 17:26:16 +01:00
..
alignment LibWeb/Layout: Improve grid item sizing for replaced boxes 2025-03-20 03:36:56 +01:00
grid-definition Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
parsing LibWeb: Parse grid track placements closer to spec 2025-07-08 17:26:16 +01:00
inheritance.txt LibWeb/CSS: Make empty GridTrackSize value serialize to "none" 2025-03-22 17:33:37 +01:00