Bug 249829
Summary: | Fix css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows.html WPT test | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | CSS | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/37667 | ||
Bug Depends on: | |||
Bug Blocks: | 175733 |
Chris Dumez
Fix css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows.html WPT test to match the specification:
- https://w3c.github.io/csswg-drafts/css-grid/#auto-tracks
- 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 tests expects -3.14% as computed value in one of the checks.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/8038
EWS
Committed 258296@main (7a882e1d6fb9): <https://commits.webkit.org/258296@main>
Reviewed commits have been landed. Closing PR #8038 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/103672310>