Bug 249808

Summary: Fix css/css-typed-om/the-stylepropertymap/properties/stroke-miterlimit.html WPT test
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/37656
Bug Depends on:    
Bug Blocks: 175733    

Description Chris Dumez 2022-12-22 13:56:54 PST
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.
Comment 1 Chris Dumez 2022-12-22 14:05:21 PST
Pull request: https://github.com/WebKit/WebKit/pull/8021
Comment 2 EWS 2022-12-22 17:14:04 PST
merge-queue failed to commit PR to repository. To retry, remove any blocking labels and re-apply merge-queue label
Comment 3 EWS 2022-12-23 09:48:40 PST
Committed 258298@main (499791b1b462): <https://commits.webkit.org/258298@main>

Reviewed commits have been landed. Closing PR #8021 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-12-23 09:49:16 PST
<rdar://problem/103672338>