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

Chris Dumez noreply at github.com
Thu Dec 22 18:08:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 75dd544f27c562803bcf7900245d1f96e938b787
      https://github.com/WebKit/WebKit/commit/75dd544f27c562803bcf7900245d1f96e938b787
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

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

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

Reviewed by Simon Fraser.

Fix css/css-typed-om/the-stylepropertymap/properties/radius.html WPT test to
match the specification:
- https://svgwg.org/svg2-draft/geometry.html#R
- https://svgwg.org/svg2-draft/geometry.html#RX
- https://svgwg.org/svg2-draft/geometry.html#RY

The specification indicates that the computed value for these should be
positive. However, one of the subtests was expected -3.14%.

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

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




More information about the webkit-changes mailing list