Per the specification, `stroke-width`'s computed value should be positive: - https://svgwg.org/svg2-draft/painting.html#StrokeWidth However, the test was setting `stroke-width` to "calc(-3.14%)" and expecting "-3.14s" as computed value. With clamping, the computed value should be "0%" in this case.
Pull request: https://github.com/WebKit/WebKit/pull/8018
Committed 258274@main (18173dd49a5f): <https://commits.webkit.org/258274@main> Reviewed commits have been landed. Closing PR #8018 and removing active labels.
<rdar://problem/103655492>