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.
Pull request: https://github.com/WebKit/WebKit/pull/8037
Committed 258302@main (a53256f89d96): <https://commits.webkit.org/258302@main> Reviewed commits have been landed. Closing PR #8037 and removing active labels.
<rdar://problem/103672560>