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

Chris Dumez noreply at github.com
Fri Dec 23 09:47:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ec49be126ec5821d41c4722c3d0ce49ca1465044
      https://github.com/WebKit/WebKit/commit/ec49be126ec5821d41c4722c3d0ce49ca1465044
  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/height-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/height.html

  Log Message:
  -----------
  Fix css/css-typed-om/the-stylepropertymap/properties/height.html WPT test
https://bugs.webkit.org/show_bug.cgi?id=249825

Reviewed by Simon Fraser.

Fix css/css-typed-om/the-stylepropertymap/properties/height.html WPT test to
match the specification:
- https://w3c.github.io/csswg-drafts/css-sizing/#preferred-size-properties
- https://w3c.github.io/csswg-drafts/css-sizing/#max-size-properties

The specification indicates that negative values are not allowed for these
properties. However, one of the subtests expects -3.14% as computed value.

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

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




More information about the webkit-changes mailing list