[webkit-changes] [WebKit/WebKit] 7a882e: Fix css/css-typed-om/the-stylepropertymap/properti...

Chris Dumez noreply at github.com
Fri Dec 23 09:45:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7a882e1d6fb98671ae732b8769a699b3a153a5b8
      https://github.com/WebKit/WebKit/commit/7a882e1d6fb98671ae732b8769a699b3a153a5b8
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-12-23 (Fri, 23 Dec 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows.html

  Log Message:
  -----------
  Fix css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows.html WPT test
https://bugs.webkit.org/show_bug.cgi?id=249829

Reviewed by Simon Fraser.

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.

* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/grid-auto-columns-rows.html:

Canonical link: https://commits.webkit.org/258296@main




More information about the webkit-changes mailing list