Bug 249828 - Fix css/css-typed-om/the-stylepropertymap/properties/grid-template-columns-rows.html WPT test
Summary: Fix css/css-typed-om/the-stylepropertymap/properties/grid-template-columns-ro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 175733
  Show dependency treegraph
 
Reported: 2022-12-22 16:36 PST by Chris Dumez
Modified: 2022-12-23 10:05 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-12-22 16:36:57 PST
Fix css/css-typed-om/the-stylepropertymap/properties/grid-template-columns-rows.html WPT test to match the specification:
- https://w3c.github.io/csswg-drafts/css-grid/#track-sizing
- https://w3c.github.io/csswg-drafts/css-grid/#typedef-track-list
- https://w3c.github.io/csswg-drafts/css-grid/#typedef-track-size
- https://w3c.github.io/csswg-drafts/css-grid/#typedef-track-breadth

The specification indicates that the track size cannot be a negative value. However, the test was expected -3.14% as computed value in one of the checks.
Comment 1 Chris Dumez 2022-12-22 16:38:19 PST
Pull request: https://github.com/WebKit/WebKit/pull/8037
Comment 2 EWS 2022-12-23 10:04:27 PST
Committed 258302@main (a53256f89d96): <https://commits.webkit.org/258302@main>

Reviewed commits have been landed. Closing PR #8037 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-23 10:05:15 PST
<rdar://problem/103672560>