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

Chris Dumez noreply at github.com
Fri Dec 23 09:48:49 PST 2022


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

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

Reviewed by Simon Fraser.

Fix css/css-typed-om/the-stylepropertymap/properties/stroke-miterlimit.html WPT
test to match the specification:
- https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty

The specification indicates that negative values shouldn't be allowed. However,
the test was expecting a computed value of -3.14 for one of the subtests.

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

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




More information about the webkit-changes mailing list